Skip to content

Commit 83b247a

Browse files
committed
Must run on pull-request and push to main
1 parent e0403c0 commit 83b247a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/storybook-tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: 'Storybook Tests'
2-
on: push
2+
on:
3+
pull_request:
4+
push:
5+
branches:
6+
- main
7+
38
jobs:
49
test:
510
timeout-minutes: 60

0 commit comments

Comments
 (0)