From 3981c9b0841a5664d3f221f5e7fa461b3579543a Mon Sep 17 00:00:00 2001 From: DrAlexD Date: Tue, 16 Jan 2024 13:08:27 +0300 Subject: [PATCH] Workflow test --- .github/workflows/codeql.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f1142d5..b6de896 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,6 +2,8 @@ name: Download and run codeQL on: pull_request: + branches: + - 'master' push: branches: - 'master'