mirror of
https://github.com/bugsink/bugsink.git
synced 2025-12-30 18:00:17 -06:00
Update hardcoded list of branches in GitHub CI workflow
in anticipation of the upcoming 2.0 release
see 87f5a5887e
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user