mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
GitHub CI: document hardcoded list of branches
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -7,6 +7,7 @@ name: Continuous Integration
|
||||
|
||||
on:
|
||||
push:
|
||||
# hardcoded list; GitHub does not support wildcards in branch names AFAICT
|
||||
branches: [ "main", "1.4.x", "1.5.x", "1.6.x", "1.7.x", "1.8.x", "1.9.x", "1.10.x", "1.11.x" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
Reference in New Issue
Block a user