From d9476605591750379bf45e759f419dba1ae98114 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Tue, 29 Aug 2023 13:33:03 -0700 Subject: [PATCH] CI: enable testing for 0.11.x branch --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1285eb5cc3..9515987c0f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,7 +4,7 @@ on: push: branches: - master - - llvm16 + - 0.11.x concurrency: # Cancels pending runs when a PR gets updated. group: ${{ github.head_ref || github.run_id }}-${{ github.actor }}