From 422ff856e57f838a7c80032693f7a39aafaae173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6khan=20G=C3=BCzelkokar?= Date: Sun, 5 Feb 2023 14:42:18 +0300 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8362c92..cfa7498 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ "main" ] + branches: [ "master" ] pull_request: # The branches below must be a subset of the branches above - branches: [ "main" ] + branches: [ "master" ] schedule: - cron: '31 4 * * 0'