From 02ef6df8e79b3a6ad2a6bddec1f1274aadc9f74f Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Tue, 28 Feb 2023 10:35:10 +0100 Subject: [PATCH] Remove an unnecessary action --- .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 f7afe29..28eb99c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,7 +13,7 @@ name: "CodeQL" on: push: - branches: [ master, 'dependabot/**' ] + branches: [ master ] pull_request: # The branches below must be a subset of the branches above branches: [ master, 'dependabot/**' ]