mirror of
https://codeberg.org/tenacityteam/tenacity
synced 2025-09-27 16:56:19 +02:00
CI: Allow CI test branches
Any branch prefixed with "ci-" will now be run by CI. Signed-off-by: Avery King <avery98@pm.me>
This commit is contained in:
1
.github/workflows/cmake_build.yml
vendored
1
.github/workflows/cmake_build.yml
vendored
@@ -10,6 +10,7 @@ on:
|
||||
branches:
|
||||
- main
|
||||
- tenacity-*
|
||||
- ci-* # Allow CI test PRs
|
||||
- 1.3
|
||||
|
||||
defaults:
|
||||
|
Reference in New Issue
Block a user