Skip to content

Commit

Permalink
fix: ignore argocd source files (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
ed382 authored Oct 9, 2024
1 parent 5c72462 commit bac781e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
push:
branches:
- main
paths-ignore:
- "**/.argocd-source-*"

jobs:
release-helm-charts:
Expand Down Expand Up @@ -117,4 +119,4 @@ jobs:
charts_dir: charts
env:
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CR_SKIP_EXISTING: true
CR_SKIP_EXISTING: true

0 comments on commit bac781e

Please sign in to comment.