mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-06 03:25:36 +00:00
CI: Add workflow dispatch triggers for all jobs
Useful for running just one platform on a branch.
This commit is contained in:
parent
4aa9857c53
commit
2a7625e67c
1
.github/workflows/linux-appimage-build.yml
vendored
1
.github/workflows/linux-appimage-build.yml
vendored
@ -2,6 +2,7 @@ name: 🐧 Linux AppImage
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
linux-x64-appimage-build:
|
||||
|
1
.github/workflows/linux-flatpak-build.yml
vendored
1
.github/workflows/linux-flatpak-build.yml
vendored
@ -11,6 +11,7 @@ on:
|
||||
required: false
|
||||
type: string
|
||||
default: "stable"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
linux-flatpak-build:
|
||||
|
1
.github/workflows/macos-build.yml
vendored
1
.github/workflows/macos-build.yml
vendored
@ -2,6 +2,7 @@ name: 🍎 MacOS
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
macos-build:
|
||||
|
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: Automated Builds
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
1
.github/workflows/windows-build.yml
vendored
1
.github/workflows/windows-build.yml
vendored
@ -2,6 +2,7 @@ name: 💻 Windows
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
windows-x64-build:
|
||||
|
Loading…
x
Reference in New Issue
Block a user