From 885e6c1a3718a49990c4905c5bc69231e76a61e8 Mon Sep 17 00:00:00 2001 From: Chris Vest Date: Sun, 26 May 2024 17:30:12 -0700 Subject: [PATCH] Don't do CodeQL on the gh-pages branch --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7419726d..35e5f021 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,7 +2,7 @@ name: "CodeQL" on: push: - branches: [ "3.2", "1.0", "2.0", "2.1", "2.2", "2.3", "2.4", "2.4.1", "2.4.2", "3.0", "3.0.1", "3.1", "gh-pages" ] + branches: [ "3.2", "1.0", "2.0", "2.1", "2.2", "2.3", "2.4", "2.4.1", "2.4.2", "3.0", "3.0.1", "3.1" ] pull_request: branches: [ "3.2" ] schedule: