Skip to content

Commit

Permalink
Ignore default branch (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
marians authored Oct 30, 2024
1 parent eefe65e commit 3d5e1a7
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@ workflows:
version: 2
build:
jobs:
- architect/push-to-app-catalog:
context: architect
name: "push-to-control-plane-app-catalog"
app_catalog: "control-plane-catalog"
app_catalog_test: "control-plane-test-catalog"
chart: "descheduler-app"
filters:
- architect/push-to-app-catalog:
context: architect
name: push-to-control-plane-app-catalog
app_catalog: control-plane-catalog
app_catalog_test: control-plane-test-catalog
chart: descheduler-app
filters:
# Trigger the job also on git tag.
tags:
only: /^v.*/
tags:
only: /^v.*/
branches:
ignore:
- main
- master

0 comments on commit 3d5e1a7

Please sign in to comment.