Skip to content

Commit 247e95a

Browse files
committed
storybook CI after merge to main
1 parent 46356c2 commit 247e95a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/storybook.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
name: Build & deploy
22

33
on:
4-
push:
5-
branches:
6-
- main
74
pull_request:
85
branches:
96
- main
7+
types: [closed]
108

119
jobs:
1210
build:
1311
name: Build
1412
runs-on: ubuntu-latest
15-
13+
if: github.event.pull_request.merged == true
1614
steps:
1715
- name: Checkout code
1816
uses: actions/checkout@v2

0 commit comments

Comments
 (0)