We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b487313 commit ebd76c4Copy full SHA for ebd76c4
.github/workflows/storybook.yml
@@ -1,7 +1,7 @@
1
name: Build and Deploy
2
-on:
+on:
3
push:
4
- branches: [ main ]
+ paths: ["scripts/**", "template/**", "gulpfile.ts"]
5
jobs:
6
build-and-deploy:
7
runs-on: ubuntu-latest
0 commit comments