diff options
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r-- | .github/workflows/codeql.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 20803bd86..5c0c93886 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml | |||
@@ -13,7 +13,7 @@ name: "CodeQL" | |||
13 | 13 | ||
14 | on: | 14 | on: |
15 | push: | 15 | push: |
16 | branches: [ next ] | 16 | branches: [ develop, next ] |
17 | pull_request: | 17 | pull_request: |
18 | # The branches below must be a subset of the branches above | 18 | # The branches below must be a subset of the branches above |
19 | branches: [ next ] | 19 | branches: [ next ] |