Skip to content

Commit 1fa6c5e

Browse files
Update publish-to-maven.yml (#300)
1 parent f83078e commit 1fa6c5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-to-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest
13-
if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'main'
13+
if: github.event_name == 'workflow_dispatch' || (github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'main')
1414
timeout-minutes: 15
1515

1616
steps:

0 commit comments

Comments
 (0)