Allow rerunning workflows
This commit is contained in:
parent
57601ac476
commit
7dcbf4db49
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
release:
|
||||
name: Publish release JAR for Ex Deorum
|
||||
runs-on: ubuntu-latest
|
||||
if: "startsWith(github.event.head_commit.message, '[Release]')"
|
||||
if: "contains(github.event.head_commit.message, '[Release]') || github.event_name == 'workflow_dispatch'"
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user