Commit 22aebd01d14ee0a3519e9669a67b6b0fec441c65

Authored by Perry Werneck
1 parent 324cfae7
Exists in master and in 1 other branch develop

CodeQL is used on push to develop and pull request to master.

Showing 1 changed file with 1 additions and 3 deletions   Show diff stats
.github/workflows/codeql.yml
... ... @@ -3,12 +3,10 @@ name: CodeQL
3 3 on:
4 4 push:
5 5 branches:
6   - - master
  6 + - develop
7 7 pull_request:
8 8 branches:
9 9 - master
10   - schedule:
11   - - cron: 48 7 * * 1
12 10 jobs:
13 11 analyze:
14 12 name: Analyze
... ...