Skip to content

Commit c29fdc2

Browse files
Merge pull request #36 from devgateway/task/DVIZ-24/admin-docker-optimization
chore(DVIZ-24): update release branches
2 parents 886e2e0 + 2da931e commit c29fdc2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pre-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
with:
3535
github_token: ${{ secrets.GITHUB_TOKEN }}
3636
tag_prefix: 'v'
37+
release_branches: 'production,release/*'
3738
pre_release_branches: 'develop'
3839
append_to_pre_release_tag: 'snapshot-${{steps.current_date.outputs.current_date}}'
3940
dry_run: 'true'

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: mathieudutour/[email protected]
3030
with:
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
32-
release_branches: 'master,main,release/*'
32+
release_branches: 'production,release/*'
3333
tag_prefix: 'v'
3434
dry_run: 'true'
3535

0 commit comments

Comments
 (0)