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 4082018 commit ea62c92Copy full SHA for ea62c92
.github/workflows/deploy.yml
@@ -56,7 +56,7 @@ jobs:
56
57
makeTagAndRelease:
58
needs: test
59
- if: github.ref == 'refs/heads/main' && github.event_name == 'push'
+ if: (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/chore/107') && github.event_name == 'push'
60
runs-on: ubuntu-latest
61
outputs:
62
tag_name: ${{ steps.create_tag.outputs.new_tag }}
0 commit comments