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 7149def commit 4ba240b
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@ orbs:
workflows:
package-and-push-chart-on-tag:
jobs:
- architect/push-to-app-catalog:
context: "architect"
executor: "app-build-suite" # uncomment this if you want automatic metadata generation
name: "push-to-default-app-collection"
app_catalog: "default-catalog"
app_catalog_test: "default-test-catalog"
chart: "cloud-provider-vsphere"
- architect/push-to-app-catalog:
context: architect
executor: app-build-suite # uncomment this if you want automatic metadata generation
name: push-to-default-app-collection
app_catalog: default-catalog
app_catalog_test: default-test-catalog
chart: cloud-provider-vsphere
# Trigger job on git tag.
filters:
tags:
only: /^v.*/
filters:
tags:
only: /^v.*/
branches:
ignore:
- main
- master

0 comments on commit 4ba240b

Please sign in to comment.