Skip to content

Commit 9cb4ddf

Browse files
skipping release only for main branch
1 parent 7f37caf commit 9cb4ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
secrets: inherit
1515
image-publish:
1616
name: Tag image with release tag and push to repo
17-
if: github.event.ref == 'refs/heads/main'
17+
# if: github.event.ref == 'refs/heads/main'
1818
runs-on: ubuntu-latest
1919
needs: ["build"]
2020
env:

0 commit comments

Comments
 (0)