forked from mirrors/amnezia-wg-easy
CI: use master as reference
This commit is contained in:
parent
b9ccbb6353
commit
d588e01017
2 changed files with 3 additions and 3 deletions
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
|
@ -2,9 +2,9 @@ name: "CodeQL"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "master" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "master" ]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "15 0 * * *"
|
- cron: "15 0 * * *"
|
||||||
|
|
||||||
|
|
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -3,7 +3,7 @@ name: Lint
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
- production
|
- production
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue