Fix branches of codeql workflow

This commit is contained in:
Paul Schaub 2023-06-05 20:38:09 +02:00
parent 31a6a60c41
commit df4ec7ff59
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 2 additions and 2 deletions

View File

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