Allow rerunning workflows

This commit is contained in:
thedarkcolour 2025-06-04 10:44:24 -07:00
parent ab90f2cc3e
commit b8a7ad1814
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