From eb9ba534c6d90566b4102a4386f25365f5b1cede Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Mon, 26 Apr 2021 12:49:13 +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 77c1dc2..a7f9106 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/**' ]