CI: Enable CodeQL for all branches (not just main)

This commit is contained in:
Solar Designer 2022-07-29 15:36:42 +02:00 committed by Adam 'pi3' Zabrocki
parent 6f3627e32c
commit 9dd2a8d3f7

View file

@ -13,10 +13,7 @@ name: "CodeQL"
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
schedule:
- cron: '33 3 * * 6'