We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83078e commit 1fa6c5eCopy full SHA for 1fa6c5e
1 file changed
.github/workflows/publish-to-maven.yml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
build:
12
runs-on: ubuntu-latest
13
- if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'main'
+ if: github.event_name == 'workflow_dispatch' || (github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'main')
14
timeout-minutes: 15
15
16
steps:
0 commit comments