Add workflow_dispatch triggers to every workflow (#326)

Allows for easier testing.
This commit is contained in:
Kevin Stillhammer 2025-03-18 15:04:58 +01:00 committed by GitHub
parent d02c4c2d68
commit 04c950a723
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194
7 changed files with 21 additions and 6 deletions

View file

@ -6,11 +6,13 @@
name: Check dist/
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
workflow_dispatch:
branches:
- main
jobs:
check-dist:

View file

@ -12,13 +12,14 @@
name: "CodeQL"
on:
workflow_dispatch:
push:
branches: [main]
branches:
- main
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
schedule:
- cron: "31 7 * * 3"
branches:
- main
jobs:
analyze:

View file

@ -3,10 +3,10 @@ name: Release Drafter
# yamllint disable-line rule:truthy
on:
workflow_dispatch:
push:
branches:
- main
workflow_dispatch:
jobs:
update_release_draft:

View file

@ -1,6 +1,9 @@
name: "test-cache-windows"
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main

View file

@ -1,6 +1,9 @@
name: "test-cache"
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main

View file

@ -1,6 +1,9 @@
name: "test-windows"
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main

View file

@ -1,6 +1,9 @@
name: "test"
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main