Skip to content

Commit

Permalink
Hardcode release tag filter to master_320 (#1448)
Browse files Browse the repository at this point in the history
  • Loading branch information
BloodAxe committed Sep 4, 2023
1 parent 449b6df commit 1c64e1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ release_tag_filter: &release_tag_filter
release_candidate_filter: &release_candidate_filter
filters:
branches:
# Apply to master branch and other branches that start with "master"
only: /^master.*/
# Apply to master_320
only: master_320

release_candidate_tag_filter: &release_candidate_tag_filter
filters:
Expand Down

0 comments on commit 1c64e1c

Please sign in to comment.