From 50cc4c746c365614a6f49bb7cb2b991cc5f07c0c Mon Sep 17 00:00:00 2001 From: Danil Titarenko <77471369+danilapog@users.noreply.github.com> Date: Tue, 6 Feb 2024 18:43:32 +0300 Subject: [PATCH] Enable codeql scanning on master branch too (#197) --- .github/workflows/codeql.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 51b9be71be2..2a7925f5204 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -14,6 +14,7 @@ name: "CodeQL" on: push: branches: + - 'master' - 'release/**' - 'hotfix/**' paths-ignore: @@ -23,6 +24,7 @@ on: pull_request: # The branches below must be a subset of the branches above branches: + - 'master' - 'release/**' - 'hotfix/**' paths-ignore: