We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b833505 commit cbaae72Copy full SHA for cbaae72
.github/workflows/build.yml
@@ -139,7 +139,7 @@ jobs:
139
runs-on: ubuntu-latest
140
needs: [build-verify-docker]
141
# Only push on branch merges or tags, never on plain PRs
142
- if: github.event_name != 'pull_request'
+ if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/experimental'
143
strategy:
144
matrix:
145
container: [alpine, debian-trixie]
0 commit comments