Hopefully fix issues running CI on remote forks

This commit is contained in:
Gabe Kangas
2022-09-05 12:33:01 -07:00
parent 7981efcde5
commit da73ed9f20
4 changed files with 26 additions and 7 deletions

View File

@@ -1,7 +1,10 @@
name: Build and Deploy Components+Style Guide
on:
push:
branches:
- webv2
paths: ['web/stories/**', 'web/components/**'] # Trigger the action only when files change in the folders defined here
jobs:
build-and-deploy:
runs-on: ubuntu-latest