diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 5ee44a04e6..20275feace 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -2,10 +2,11 @@ name: "Code scanning - action" on: push: - branches: [develop, ] + branches: + - develop + - master + - release/* pull_request: - # The branches below must be a subset of the branches above - branches: [develop] schedule: - cron: '0 19 * * 1'