From 45684f5a727acd9b4b80b534491a7e8fbc8272a4 Mon Sep 17 00:00:00 2001 From: Zefir Kirilov Date: Mon, 4 Nov 2024 11:10:52 +0200 Subject: [PATCH] update CodeQL branch to master --- .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 6264b95..b932624 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,9 +2,9 @@ name: "CodeQL" on: push: - branches: [main] + branches: [master] pull_request: - branches: [main] + branches: [master] schedule: - cron: "0 6 * * 1"