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 39df8d9 commit a3f274fCopy full SHA for a3f274f
.github/workflows/publish-release.yml
@@ -20,7 +20,7 @@ jobs:
20
check-version:
21
# only run in the official pmd/pmd-designer repo, where we have access to the secrets and not on forks
22
# and only run for _successful_ push workflow runs on tags.
23
- if: ${{ github.repository == 'pmd/designer'
+ if: ${{ github.repository == 'pmd/pmd-designer'
24
&& contains(fromJSON('["push", "workflow_dispatch"]'), github.event.workflow_run.event)
25
&& github.event.workflow_run.head_branch != 'main'
26
&& github.event.workflow_run.conclusion == 'success' }}
0 commit comments