Skip to content

Commit b622074

Browse files
Merge pull request #37 from devgateway/task/DVIZ-24/admin-docker-optimization
chore(DVIZ-24): update release branches
2 parents c29fdc2 + 1138de2 commit b622074

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pre-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
github_token: ${{ secrets.GITHUB_TOKEN }}
3636
tag_prefix: 'v'
3737
release_branches: 'production,release/*'
38-
pre_release_branches: 'develop'
38+
pre_release_branches: 'main'
3939
append_to_pre_release_tag: 'snapshot-${{steps.current_date.outputs.current_date}}'
4040
dry_run: 'true'
4141

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
with:
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
3232
release_branches: 'production,release/*'
33+
pre_release_branches: 'main'
3334
tag_prefix: 'v'
3435
dry_run: 'true'
3536

0 commit comments

Comments
 (0)