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

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pre-release.yml

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: mathieudutour/github-tag-action@v6.2
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)