CI: Allow manual triggering for all workflows

This commit is contained in:
Echo J.
2026-03-30 08:39:15 +00:00
parent a03bdcaedf
commit b9b033c0a0
3 changed files with 6 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ on:
- "Minecraft.World/**"
- "docs/**"
workflow_dispatch:
jobs:
build:
permissions:

View File

@@ -19,6 +19,8 @@ on:
pull_request:
paths: *workflow_paths
workflow_dispatch:
jobs:
build-linux:
runs-on: ubuntu-latest

View File

@@ -19,6 +19,8 @@ on:
pull_request:
paths: *workflow_paths
workflow_dispatch:
jobs:
clang-format:
runs-on: ubuntu-latest