mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-17 07:27:22 +00:00
Merge pull request #7519 from fidencio/topic/gha-ci-run-on-stable-branches
ci-on-push: Make the CI also run for the stable-* branches
This commit is contained in:
commit
4e812009f5
1
.github/workflows/ci-on-push.yaml
vendored
1
.github/workflows/ci-on-push.yaml
vendored
@ -3,6 +3,7 @@ on:
|
|||||||
pull_request_target:
|
pull_request_target:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
|
- 'stable-*'
|
||||||
types:
|
types:
|
||||||
# Adding 'labeled' to the list of activity types that trigger this event
|
# Adding 'labeled' to the list of activity types that trigger this event
|
||||||
# (default: opened, synchronize, reopened) so that we can run this
|
# (default: opened, synchronize, reopened) so that we can run this
|
||||||
|
Loading…
Reference in New Issue
Block a user