Skip to content

Commit

Permalink
chore(CI): change branch name to allow deploying a pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime1992 committed Dec 9, 2022
1 parent ddda44d commit 0ab86d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist/ngx-sub-form-demo
- name: Release
if: contains('refs/heads/master refs/heads/next', github.ref)
if: contains('refs/heads/master refs/heads/next refs/feat-upgrade-angular-15', github.ref)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 0ab86d8

Please sign in to comment.