update codeql to run on any branch

This commit is contained in:
L1ghtn1ng 2021-07-01 19:16:51 +01:00
parent 4619ba9141
commit af304227ef

View file

@ -13,10 +13,10 @@ name: "CodeQL"
on: on:
push: push:
branches: [ master ] branches: [ * ]
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 ] branches: [ * ]
schedule: schedule:
- cron: '19 11 * * 4' - cron: '19 11 * * 4'