Fixup workflows after master->main rename

This commit is contained in:
Iustin Pop
2023-04-18 20:43:05 +02:00
parent 07e9cd2653
commit bd3b8539d1
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -1,13 +1,13 @@
on:
# Trigger the workflow on push or
# pull request, but only for the
# master branch.
# main branch.
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
# Weekly run to account for
# changed dependencies.
schedule:
+2 -2
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: '0 5 * * 1'