From 4fd0ba04fdfb8a737bb71ba19303064a70009446 Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Tue, 16 Sep 2025 08:58:47 +0200 Subject: [PATCH] Update hardcoded list of branches in GitHub CI workflow in anticipation of the upcoming 2.0 release see 87f5a5887e11 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee86b4a..fc8f229 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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