Skip to content

Commit

Permalink
Merge pull request #6 from weaveworks/only-publish-chart-on-tag
Browse files Browse the repository at this point in the history
Only publish the helm-chart onTag
  • Loading branch information
Ahmed Magdy authored Oct 11, 2023
2 parents 08751c7 + 8af16a4 commit 001d61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build, test]
# only run on tag
# if: startsWith(github.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/v')
permissions:
contents: read # for actions/checkout to fetch code
packages: write # to upload images/helm-chart
Expand Down

0 comments on commit 001d61d

Please sign in to comment.