From 2062cd6ee68e8c74a8cc278ba7577f9d7e69e9ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rk=20S=C3=A1gi-Kaz=C3=A1r?= Date: Wed, 15 Sep 2021 21:19:19 +0200 Subject: [PATCH] Fix codeql workflow --- .github/workflows/codeql-analysis.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml index 80719ec..60bf45c 100644 --- a/.github/workflows/codeql-analysis.yaml +++ b/.github/workflows/codeql-analysis.yaml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ fork ] + branches: [ master ] pull_request: # The branches below must be a subset of the branches above - branches: [ fork ] + branches: [ master ] schedule: - cron: '22 16 * * 3'