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 e0403c0 commit 83b247aCopy full SHA for 83b247a
.github/workflows/storybook-tests.yml
@@ -1,5 +1,10 @@
1
name: 'Storybook Tests'
2
-on: push
+on:
3
+ pull_request:
4
+ push:
5
+ branches:
6
+ - main
7
+
8
jobs:
9
test:
10
timeout-minutes: 60
0 commit comments