Commit 7f8f4e15cc911a47b49e16542eda9ffa89968a0b

Authored by Perry Werneck
Committed by GitHub
2 parents 7a1ec15e 5e687078
Exists in develop

Merge pull request #56 from PerryWerneck/develop

Update codeql.yml
Showing 1 changed file with 1 additions and 3 deletions   Show diff stats
.github/workflows/codeql.yml
... ... @@ -13,9 +13,7 @@ name: "CodeQL"
13 13  
14 14 on:
15 15 push:
16   - branches: [ "develop" ]
17   - pull_request:
18   - branches: [ "master" ]
  16 + branches: [ "develop", "master" ]
19 17  
20 18 jobs:
21 19 analyze:
... ...