Remove cache and scan master branch in codeql.yml

This commit is contained in:
grossmj 2023-02-01 11:55:08 +08:00
parent 1e7c04f93c
commit 4374573c60
2 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -13,10 +13,10 @@ name: "CodeQL"
on: on:
push: push:
branches: [ "master-3.0" ] branches: [ "master", "master-3.0" ]
pull_request: pull_request:
# The branches below must be a subset of the branches above # The branches below must be a subset of the branches above
branches: [ "master-3.0" ] branches: [ "master", "master-3.0" ]
schedule: schedule:
- cron: '38 18 * * 6' - cron: '38 18 * * 6'