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 d4289c8 commit d0274caCopy full SHA for d0274ca
.github/workflows/bump-patch.yml
@@ -18,7 +18,7 @@ jobs:
18
if: >-
19
(github.event_name == 'workflow_run' &&
20
github.event.workflow_run.conclusion == 'success' &&
21
- github.event.workflow_run.head_branch == 'develop') ||
+ github.event.workflow_run.head_branch == 'develop') &&
22
${{!(github.event_name == 'push' && startsWith(github.event.head_commit.message, 'ci: bump'))}}
23
permissions:
24
contents: write
0 commit comments