mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-20 09:57:10 +00:00
CI: Allow manual triggering for all workflows
This commit is contained in:
parent
a03bdcaedf
commit
b9b033c0a0
2
.github/workflows/build-doxygen.yml
vendored
2
.github/workflows/build-doxygen.yml
vendored
|
|
@ -9,6 +9,8 @@ on:
|
||||||
- "Minecraft.World/**"
|
- "Minecraft.World/**"
|
||||||
- "docs/**"
|
- "docs/**"
|
||||||
|
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
permissions:
|
permissions:
|
||||||
|
|
|
||||||
2
.github/workflows/build-linux.yml
vendored
2
.github/workflows/build-linux.yml
vendored
|
|
@ -19,6 +19,8 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: *workflow_paths
|
paths: *workflow_paths
|
||||||
|
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-linux:
|
build-linux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
2
.github/workflows/clang-format.yml
vendored
2
.github/workflows/clang-format.yml
vendored
|
|
@ -19,6 +19,8 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: *workflow_paths
|
paths: *workflow_paths
|
||||||
|
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
clang-format:
|
clang-format:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue