Skip to content
Snippets Groups Projects
Commit 6fee38e3 authored by David Bauer's avatar David Bauer
Browse files

github: add workflow-dispatch trigger for build workflow


Add a workflow-dispatch trigger to the build-workflow to enable
triggering build-tests on branches not covered from the match
pattern.

Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
parent b5904874
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ on: ...@@ -7,6 +7,7 @@ on:
- 'v20[2-9][0-9].[0-9].x' - 'v20[2-9][0-9].[0-9].x'
pull_request: pull_request:
types: [opened, synchronize, reopened] types: [opened, synchronize, reopened]
workflow_dispatch:
permissions: permissions:
contents: read contents: read
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment