From 39a48d50cda65cf80cb40a3601c43d675b0720c2 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 23 Dec 2023 21:24:44 +0100 Subject: [PATCH] github ci / codeql: use 1.4-maint branch --- .github/workflows/ci.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a02e5bac5..c398dfe09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ name: CI on: push: - branches: [ 1.2-maint ] + branches: [ 1.4-maint ] paths: - '**.py' - '**.pyx' @@ -16,7 +16,7 @@ on: - 'requirements.d/*' - '!docs/**' pull_request: - branches: [ 1.2-maint ] + branches: [ 1.4-maint ] paths: - '**.py' - '**.pyx' diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7a791c640..a344b974d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -4,10 +4,10 @@ name: "CodeQL" on: push: - branches: [ 1.2-maint ] + branches: [ 1.4-maint ] pull_request: # The branches below must be a subset of the branches above - branches: [ 1.2-maint ] + branches: [ 1.4-maint ] schedule: - cron: '39 2 * * 5'