Skip to content

Commit

Permalink
Merge pull request #545 from catho/QTM-598
Browse files Browse the repository at this point in the history
ci(Configuring publishing pipeline to run when there is a merge into the beta branch and skipping publishing in that case)
  • Loading branch information
MarcosViniciusPC authored Feb 19, 2024
2 parents 0fc5317 + 7e67e50 commit f622b27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/actions-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- beta

jobs:
tests:
Expand Down Expand Up @@ -62,6 +63,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_URL: 'https://api.github.com/'
- name: Deploy storybook to Github Pages
if: ${{ github.ref == 'refs/heads/master' }}
run: yarn deploy-storybook -- --ci
env:
GH_TOKEN: catho:${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f622b27

Please sign in to comment.