From 5536781ba2a8f545867d4df7a3abdae82a395802 Mon Sep 17 00:00:00 2001 From: Chris Siefert Date: Tue, 9 Apr 2024 13:35:29 -0600 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9cd63cad0cab..c034ec1f3446 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -12,10 +12,10 @@ name: "CodeQL" on: - push: - branches: [ "muelu-sync-workflow" ] + #push: + # branches: [ "muelu-sync-workflow" ] pull_request: - branches: [ "muelu-sync-workflow" ] + branches: [ "develop" ] schedule: - cron: '41 23 * * 2'