diff options
| -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 5104a28..a2659e1 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,7 +13,7 @@ name: "CodeQL"  on:    push: -    branches: [ "master", * ] +    branches: [ "master" ]    pull_request:      # The branches below must be a subset of the branches above      branches: [ "master" ] | 
