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 71b9f9d commit 32973abCopy full SHA for 32973ab
.github/workflows/main.yml
@@ -166,7 +166,7 @@ jobs:
166
name: Publish binaries
167
needs: [linux, macos, windows]
168
runs-on: ubuntu-20.04
169
- if: ${{ startsWith(github.ref_name, 'php/') && github.ref_type == 'branch' }}
+ if: ${{ startsWith(github.ref_name, 'php/') && github.ref_type == 'branch' && !contains(github.event.head_commit.message, '[no release]') }}
170
171
steps:
172
- uses: actions/checkout@v3
0 commit comments