mirror of
https://github.com/wekan/wekan.git
synced 2025-12-26 12:18:49 +01:00
Renamed WeKan repo branch master to main. Part 3.
Thanks to xet7.
This commit is contained in:
parent
c777bf39d1
commit
b68493b009
5 changed files with 7 additions and 7 deletions
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
|
|
@ -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 16 * * 3'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue