Skip to content

Commit 1876184

Browse files
authored
CI tests for releases branches (#11907)
1 parent 65ec3de commit 1876184

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_deploy_dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches:
1010
- 'main'
1111
- 'develop'
12+
- 'releases/*'
1213

1314
# Cancel any existing runs of this workflow on the same branch/pr
1415
# We always want to build/deploy/test a new commit over an older one

.github/workflows/build_deploy_staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- closed
1212
branches:
1313
- 'develop'
14-
- 'release/*'
14+
- 'releases/*'
1515

1616
concurrency:
1717
group: ${{ github.workflow_ref }}

0 commit comments

Comments
 (0)