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
+2 -2
View File
@@ -13,10 +13,10 @@ name: "CodeQL"
on:
push:
branches: [ master ]
branches: [ * ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches: [ * ]
schedule:
- cron: '19 11 * * 4'