We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e7417 commit d8fba4bCopy full SHA for d8fba4b
.github/workflows/docker-publish.yml
@@ -34,7 +34,7 @@ jobs:
34
35
push-to-ghcr:
36
runs-on: ubuntu-latest
37
- if: github.ref == 'refs/heads/main'
+ # if: github.ref == 'refs/heads/main'
38
needs: build-test
39
permissions:
40
contents: read
0 commit comments