From e2d23535905145e080ffb5bacc91e88f40197e8f Mon Sep 17 00:00:00 2001 From: George Barnett Date: Mon, 7 Oct 2024 17:06:14 +0100 Subject: [PATCH] Update branch name in CI --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 56a7e4fa6..f8c873fd0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,9 +1,9 @@ name: CI on: push: - branches: [main] + branches: ["release/1.x"] pull_request: - branches: [main] + branches: ["release/1.x"] jobs: preflight: name: License Header and Formatting Checks