fix python version issue in ci

This commit is contained in:
2022-05-11 16:19:12 +02:00
parent 5bf31b1304
commit 39c93e8957
2 changed files with 5 additions and 5 deletions

View File

@@ -2,10 +2,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: "16 17 * * 5"