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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 21 additions and 6 deletions

View file

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