We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d22e0c3 commit fc0d0dcCopy full SHA for fc0d0dc
.github/workflows/helm-oci.yml
@@ -17,7 +17,7 @@ on:
17
18
jobs:
19
docker:
20
- if: github.event_name == 'push' && contains(github.ref, 'refs/tags/v')
+ if: contains(github.ref, 'refs/tags/v') || contains(github.ref, 'refs/heads/stable')
21
permissions:
22
contents: read
23
packages: write
0 commit comments