ci: add workflow_dispatch event to testing workflows

This allows us to easily test the release branch if needed.
This commit is contained in:
dundargoc
2024-03-27 14:14:25 +01:00
committed by dundargoc
parent 443ea1b00d
commit 1bfe6fdceb
4 changed files with 5 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
workflow_dispatch:
jobs:
analyze:
name: Analyze