From 0af1db73a4c50367cc07407a976467429761c57b Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 26 Oct 2022 19:00:02 -0700 Subject: [PATCH] Revert "Tweak Renovate options for automerge" This reverts commit 1e0d1575d51fa0d7c4c522839c9397d015ce001a. --- .github/workflows/codeql-analysis.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 67b27c8b0..835816694 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -15,9 +15,14 @@ on: push: branches: [ develop ] paths-ignore: - - 'static' - - 'webroot/js/web_modules' - - 'build/javascript + - 'static/**' + - 'webroot/js/web_modules/**' + - 'build/javascript/**' + pull_request: + # The branches below must be a subset of the branches above + branches: [ develop ] + paths-ignore: + - 'static/**' jobs: analyze: