From: Zdenek Dohnal Date: Fri, 8 Sep 2023 08:43:54 +0000 (+0200) Subject: Synch CodeQL CI with 2.4.x X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3230fa413713a2dce316fa13390466a4e6121353;p=thirdparty%2Fcups.git Synch CodeQL CI with 2.4.x --- diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index bcdcdec67c..927dfba75c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ master ] + branches: [ master, 2.4.x ] pull_request: # The branches below must be a subset of the branches above - branches: [ master ] + branches: [ master, 2.4.x ] schedule: - cron: '39 11 * * 3'