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,12 +3,10 @@ name: CodeQL
3 on: 3 on:
4 push: 4 push:
5 branches: 5 branches:
6 - - master 6 + - develop
7 pull_request: 7 pull_request:
8 branches: 8 branches:
9 - master 9 - master
10 - schedule:  
11 - - cron: 48 7 * * 1  
12 jobs: 10 jobs:
13 analyze: 11 analyze:
14 name: Analyze 12 name: Analyze