From ffae6f56c5db19c28b7a6ec7c11d5dee759183dc Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Thu, 28 Jan 2021 11:35:51 +0200 Subject: [PATCH] Update codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e479cccfdd..391aad58fe 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,7 +13,7 @@ name: "CodeQL" on: push: - branches: [ master, [1-2][0-9].*LTS ] + branches: [ master ] pull_request: # The branches below must be a subset of the branches above branches: [ master ]