Skip to content

Commit

Permalink
Change release filter rule to support rc tagging master_320 and oth…
Browse files Browse the repository at this point in the history
…er release branches (#1436)
  • Loading branch information
BloodAxe committed Aug 31, 2023
1 parent f8723ca commit 2dcae8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ release_tag_filter: &release_tag_filter
release_candidate_filter: &release_candidate_filter
filters:
branches:
only: master
# Apply to master branch and other branches that start with "master"
only: /^master.*/

release_candidate_tag_filter: &release_candidate_tag_filter
filters:
Expand Down

0 comments on commit 2dcae8b

Please sign in to comment.