We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ec3de commit 1876184Copy full SHA for 1876184
2 files changed
.github/workflows/build_deploy_dev.yml
@@ -9,6 +9,7 @@ on:
9
branches:
10
- 'main'
11
- 'develop'
12
+ - 'releases/*'
13
14
# Cancel any existing runs of this workflow on the same branch/pr
15
# We always want to build/deploy/test a new commit over an older one
.github/workflows/build_deploy_staging.yml
@@ -11,7 +11,7 @@ on:
- closed
- - 'release/*'
16
concurrency:
17
group: ${{ github.workflow_ref }}
0 commit comments