mirror of
https://github.com/iustin/mt-st.git
synced 2026-07-30 19:22:42 +00:00
Fixup workflows after master->main rename
This commit is contained in:
@@ -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,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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user