Fix CodeQL to run on pushes to main not master (Miller has the former not the latter)

This commit is contained in:
John Kerl 2022-01-30 14:25:15 -05:00
parent f7d04a51a6
commit 01ed355bca

View file

@ -13,10 +13,10 @@ name: "CodeQL"
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches: [ main ]
schedule:
- cron: '22 1 * * 0'
workflow_dispatch: