Update hardcoded list of branches in GitHub CI workflow

in anticipation of the upcoming 2.0 release
see 87f5a5887e
This commit is contained in:
Klaas van Schelven
2025-09-16 08:58:47 +02:00
parent 5a950c2238
commit 4fd0ba04fd

View File

@@ -8,7 +8,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" ]
branches: [ "main", "1.4.x", "1.5.x", "1.6.x", "1.7.x", "2.0.x", "2.1.x", "2.2.x", "2.3.x", "2.4.x", "2.5.x", "2.6.x", "2.7.x", "2.8.x"]
pull_request:
branches: [ "main" ]
workflow_dispatch: # Enables manual invocation via "Run workflow" button in the Actions UI