Skip to content

Commit

Permalink
Ignore default branch (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
marians authored Oct 30, 2024
1 parent 01e6237 commit 6dadf5d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ workflows:
- architect/go-test:
context: architect
name: go-test
resource_class: "medium+"
resource_class: medium+
filters:
# Trigger job also on git tag.
tags:
only: /^v.*/

- architect/push-to-registries:
context: architect
name: push-to-registries
Expand All @@ -23,3 +24,7 @@ workflows:
# Trigger job also on git tag.
tags:
only: /^v.*/
branches:
ignore:
- main
- master

0 comments on commit 6dadf5d

Please sign in to comment.