Skip to content

Commit b7dc216

Browse files
committed
add release specific job actions
1 parent 9396347 commit b7dc216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/storybook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ jobs:
344344
345345
attach-artifact:
346346
runs-on: ubuntu-latest
347-
if: ${{ github.event_name == 'released' || github.event_name == 'prereleased' }}
347+
if: ${{ github.event_name == 'release' }}
348348
needs:
349349
- framework-build
350350
steps:
@@ -373,7 +373,7 @@ jobs:
373373
374374
update-database:
375375
runs-on: ubuntu-latest
376-
if: ${{ github.event_name == 'released' || github.event_name == 'prereleased' }}
376+
if: ${{ github.event_name == 'release' }}
377377
needs:
378378
- attach-artifact
379379
steps:

0 commit comments

Comments
 (0)