Commit d70a4f73d59c7921c121db6d0f366302837b19e7

Authored by Perry Werneck
Committed by GitHub
1 parent ee618c39
Exists in develop

Update codeql.yml

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