Skip to content

Commit

Permalink
fix: add v7 as another main branch
Browse files Browse the repository at this point in the history
- enables publishing a version when fixes are made to the v7 branch
  • Loading branch information
tinygrasshopper committed Sep 2, 2024
1 parent 390a94a commit e7803cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ ignore_main_branch_filter: &ignore_main_branch_filter
branches:
ignore:
- main
- v7

only_main_branch_filter: &only_main_branch_filter
filters:
branches:
only:
- main
- v7

commands:
gcr_auth:
Expand Down

0 comments on commit e7803cc

Please sign in to comment.