ci: make it easier to test in forked branches

+ start branch names with `ci/` to easily test in a fork
+ add `workflow_dispatch` to allow manually triggering jobs on
  any branch

Signed-off-by: Cole Robinson <crobinso@redhat.com>
(cherry picked from commit v2v
 df23b503c22579468d7c544c1724507ede84948d)
This commit is contained in:
Cole Robinson
2026-02-16 13:29:17 -05:00
parent 5a4977fc66
commit 9451c1a2ef

View File

@@ -3,9 +3,11 @@ on:
push:
branches:
- master
- 'ci/**' # Allow automatic CI testing on ci/* branches
pull_request:
branches:
- master
workflow_dispatch: # Allow manual triggering on any branch
# Runs basic configure, make and make check.
jobs: