CI: Adding workflow_dispatch

This commit is contained in:
Jan Wagner 2025-07-23 15:22:45 +02:00
parent da810e0dbe
commit d2bea1d288
3 changed files with 3 additions and 0 deletions

View file

@ -13,6 +13,7 @@
name: "CodeQL"
on:
workflow_dispatch: {}
push:
branches: [master]
pull_request:

View file

@ -2,6 +2,7 @@
name: Spellcheck
on:
workflow_dispatch: {}
# Run for pushes on any branch
push:
branches:

View file

@ -2,6 +2,7 @@
name: Tests
on:
workflow_dispatch: {}
push:
branches:
- '*'