Skip to content

Commit

Permalink
chore(gh-actions): change deploy staging to every push on release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
annawen1 committed Jun 27, 2024
1 parent ce7b2d2 commit 047ca64
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Deploy staging storybook environment from release branch to Github Pages
name: Deploy staging storybook

# Gets triggered every time a '@carbon/ibm-products@2.*' github tag is published
# Gets triggered every time a change is pushed to the `release/v2*` branch
on:
push:
tags:
- '@carbon/ibm-products@2.*'
branches: [release/v2*]

jobs:
deploy-staging-storybook:
Expand Down

0 comments on commit 047ca64

Please sign in to comment.