We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddda44d commit f118dddCopy full SHA for f118ddd
.github/workflows/main.yml
@@ -48,7 +48,7 @@ jobs:
48
github_token: ${{ secrets.GITHUB_TOKEN }}
49
publish_dir: ./dist/ngx-sub-form-demo
50
- name: Release
51
- if: contains('refs/heads/master refs/heads/next', github.ref)
+ if: contains('refs/heads/master refs/heads/next refs/heads/feat-upgrade-angular-15', github.ref)
52
env:
53
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments