mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
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:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user