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 7f37caf commit 9cb4ddfCopy full SHA for 9cb4ddf
.github/workflows/release.yaml
@@ -14,7 +14,7 @@ jobs:
14
secrets: inherit
15
image-publish:
16
name: Tag image with release tag and push to repo
17
- if: github.event.ref == 'refs/heads/main'
+ # if: github.event.ref == 'refs/heads/main'
18
runs-on: ubuntu-latest
19
needs: ["build"]
20
env:
0 commit comments