Skip to content

Commit

Permalink
Ignore default branch (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
marians authored Oct 30, 2024
1 parent 15cc190 commit defcde8
Showing 1 changed file with 19 additions and 15 deletions.
34 changes: 19 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,25 @@ workflows:
version: 2
build:
jobs:
- architect/go-build:
name: build-aws-ebs-csi-volume-limiter
context: architect
binary: aws-ebs-csi-volume-limiter
filters:
- architect/go-build:
name: build-aws-ebs-csi-volume-limiter
context: architect
binary: aws-ebs-csi-volume-limiter
filters:
# Do this on every commit and when a new tag is created.
tags:
only: /^v.*/
tags:
only: /^v.*/

- architect/push-to-registries:
context: architect
name: push-to-registries
requires:
- build-aws-ebs-csi-volume-limiter
filters:
tags:
only: /^v.*/
- architect/push-to-registries:
context: architect
name: push-to-registries
requires:
- build-aws-ebs-csi-volume-limiter
filters:
tags:
only: /^v.*/

branches:
ignore:
- main
- master

0 comments on commit defcde8

Please sign in to comment.