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 69b848b commit 560a12eCopy full SHA for 560a12e
.github/workflows/deploy.yml
@@ -11,6 +11,7 @@ on:
11
push:
12
branches:
13
- main
14
+ - feat/139
15
workflow_dispatch:
16
17
permissions:
@@ -51,7 +52,7 @@ jobs:
51
52
53
makeTagAndRelease:
54
needs: test
- if: (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/chore/107') && github.event_name == 'push'
55
+ if: (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feat/139') && github.event_name == 'push'
56
runs-on: ubuntu-latest
57
outputs:
58
tag_name: ${{ steps.create_tag.outputs.new_tag }}
0 commit comments