Skip to content

Commit

Permalink
Ignore default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
marians committed Oct 29, 2024
1 parent 973a2aa commit a75187f
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,24 @@ orbs:
workflows:
go-build:
jobs:
- architect/go-build:
name: go-build-architect
binary: architect
- architect/go-build:
name: go-build-architect
binary: architect
# Needed to trigger job also on git tag.
filters:
tags:
only: /^v.*/
filters:
tags:
only: /^v.*/

- architect/push-to-registries:
context: architect
name: push-to-registries
requires:
- go-build-architect
filters:
- architect/push-to-registries:
context: architect
name: push-to-registries
requires:
- go-build-architect
filters:
# Needed to trigger job also on git tag.
tags:
only: /^v.*/
tags:
only: /^v.*/
branches:
ignore:
- main
- master

0 comments on commit a75187f

Please sign in to comment.