Allow rerunning workflows

This commit is contained in:
thedarkcolour 2025-06-04 10:40:42 -07:00
parent 57601ac476
commit 7dcbf4db49
No known key found for this signature in database
GPG Key ID: 86B37B3575FD5976

View File

@ -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