CI: Add workflow dispatch triggers for all jobs

Useful for running just one platform on a branch.
This commit is contained in:
Stenzek 2024-12-01 23:21:11 +10:00
parent 4aa9857c53
commit 2a7625e67c
No known key found for this signature in database
5 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,7 @@ name: 🐧 Linux AppImage
on: on:
workflow_call: workflow_call:
workflow_dispatch:
jobs: jobs:
linux-x64-appimage-build: linux-x64-appimage-build:

View File

@ -11,6 +11,7 @@ on:
required: false required: false
type: string type: string
default: "stable" default: "stable"
workflow_dispatch:
jobs: jobs:
linux-flatpak-build: linux-flatpak-build:

View File

@ -2,6 +2,7 @@ name: 🍎 MacOS
on: on:
workflow_call: workflow_call:
workflow_dispatch:
jobs: jobs:
macos-build: macos-build:

View File

@ -1,6 +1,7 @@
name: Automated Builds name: Automated Builds
on: on:
workflow_dispatch:
pull_request: pull_request:
paths-ignore: paths-ignore:
- '**.md' - '**.md'

View File

@ -2,6 +2,7 @@ name: 💻 Windows
on: on:
workflow_call: workflow_call:
workflow_dispatch:
jobs: jobs:
windows-x64-build: windows-x64-build: