Skip to content

Commit

Permalink
Ignore default branch (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
marians authored Nov 4, 2024
1 parent 566d336 commit 87520e1
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 @@ -5,14 +5,18 @@ orbs:
workflows:
package-and-push-chart-on-tag:
jobs:
- architect/push-to-app-catalog:
context: "architect"
- architect/push-to-app-catalog:
context: architect
# executor: "app-build-suite" # uncomment this if you want automatic metadata generation and helm chart linting
name: "package and push teleport-kube-agent-app chart"
app_catalog: "default-catalog"
app_catalog_test: "default-test-catalog"
chart: "teleport-kube-agent"
name: package and push teleport-kube-agent-app chart
app_catalog: default-catalog
app_catalog_test: default-test-catalog
chart: teleport-kube-agent
# Trigger job on git tag.
filters:
tags:
only: /^v.*/
filters:
tags:
only: /^v.*/
branches:
ignore:
- main
- master

0 comments on commit 87520e1

Please sign in to comment.