update code-analysis.yml to use main branch

This commit is contained in:
Doug Aitken 2021-08-05 16:50:25 +01:00
parent e5c332032b
commit b54aa26451

View file

@ -7,10 +7,10 @@ name: "CodeQL"
on: on:
push: push:
branches: [master] branches: [main]
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: [main]
schedule: schedule:
- cron: '0 6 * * 5' - cron: '0 6 * * 5'