diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4bc2f5e1..eca26a4f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -2,7 +2,7 @@ name: "CodeQL" on: push: - branches: [ master ] + branches: [ master , "feature/*"] pull_request: # The branches below must be a subset of the branches above types: [ opened, synchronize, reopened ]