Skip to content

Commit fc0d0dc

Browse files
committed
fix: update workflow condition to allow stable branch for docker job
1 parent d22e0c3 commit fc0d0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/helm-oci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919
docker:
20-
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/v')
20+
if: contains(github.ref, 'refs/tags/v') || contains(github.ref, 'refs/heads/stable')
2121
permissions:
2222
contents: read
2323
packages: write

0 commit comments

Comments
 (0)