Skip to content

Commit 0bd0298

Browse files
changes to pipelines
1 parent 1a55354 commit 0bd0298

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Chart Publish
33
on:
44
push:
55
branches:
6-
- main
6+
- argo-cd
77

88
permissions:
99
contents: read
@@ -42,5 +42,6 @@ jobs:
4242
uses: helm/[email protected]
4343
with:
4444
config: "./.github/configs/cr.yaml"
45+
charts_dir: "charts/argo-cd"
4546
env:
4647
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)