From bd153ac4ee94f79dbcd9aae6b524078306123477 Mon Sep 17 00:00:00 2001 From: ArmaX <407448+armanist@users.noreply.github.com> Date: Fri, 3 Apr 2026 19:56:12 +0400 Subject: [PATCH] Change branch name from 'main' to 'master' in CodeQL --- .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 1dc354b..3d01626 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 0 * * 1' # weekly