Skip to content

Commit

Permalink
update helm chart so it only updates on releases
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Jan 8, 2025
1 parent 2c0e18c commit 3a0b642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/helm-oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: appany/[email protected]
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/v')
with:
name: chisel-operator
repository: fyralabs/chisel-operator
Expand Down

0 comments on commit 3a0b642

Please sign in to comment.