Skip to content

Commit

Permalink
Merge pull request #373 from snyk/fix/v7-update-circle-ci-config
Browse files Browse the repository at this point in the history
fix: add v7 as another main branch
  • Loading branch information
tinygrasshopper authored Sep 2, 2024
2 parents 390a94a + e7803cc commit 7d49cd7
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 7d49cd7

Please sign in to comment.