Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Exclude default branch in some CircleCI workflows (#3774)
Browse files Browse the repository at this point in the history
  • Loading branch information
marians authored Oct 7, 2024
1 parent 85f6fb4 commit dda2c10
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ workflows:
requires:
- go-build
filters:
branches:
ignore:
- main
- master
tags:
only: /^v.*/

Expand All @@ -32,5 +36,9 @@ workflows:
requires:
- push-to-registries
filters:
branches:
ignore:
- main
- master
tags:
only: /^v.*/

0 comments on commit dda2c10

Please sign in to comment.