From 9d545acc5586ad3f4b02c7e17f6f264af6e66685 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Tue, 19 Sep 2023 20:16:10 +0200 Subject: [PATCH] Correct branch for GHA --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index c95d982..01b8878 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -5,7 +5,7 @@ on: push: branches: - - main # Check branch after merge + - 2.9.x # Check 2.9.x branch after merge concurrency: # Only run once for latest commit per ref and cancel other (previous) runs.