Commit 0b997e223ca1e6cf64377f9eb8b354a7db7505dc

Authored by Perry Werneck
2 parents 91486a5d b4947287
Exists in master and in 1 other branch develop

Merge branch 'master' into 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 3 on:
4 4 push:
5 5 branches:
6   - - master
  6 + [ develop ]
7 7 pull_request:
8 8 branches:
9   - - master
  9 + [ master, develop ]
10 10 schedule:
11 11 - cron: 48 7 * * 1
12 12 jobs:
... ...