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 2b40c9e commit 77276fbCopy full SHA for 77276fb
1 file changed
.github/workflows/publish-release.yml
@@ -21,7 +21,7 @@ jobs:
21
# and only run for _successful_ push workflow runs on tags.
22
if: ${{ github.repository == 'pmd/pmd'
23
&& contains(fromJSON('["push", "workflow_dispatch"]'), github.event.workflow_run.event)
24
- && github.event.workflow_run.head_branch != main
+ && github.event.workflow_run.head_branch != 'main'
25
&& github.event.workflow_run.conclusion == 'success' }}
26
runs-on: ubuntu-latest
27
timeout-minutes: 10
0 commit comments