Commit b4947287252093a297dfe41e2de00b12627ea188

Authored by Perry Werneck
Committed by GitHub
1 parent 03104fba
Exists in master and in 1 other branch develop

Update codeql.yml

Enabling analisys on 'develop' .
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
.github/workflows/codeql.yml
@@ -3,10 +3,10 @@ name: CodeQL @@ -3,10 +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, develop ]
10 schedule: 10 schedule:
11 - cron: 48 7 * * 1 11 - cron: 48 7 * * 1
12 jobs: 12 jobs: