ci: remove lingering references to main
in workflow configs
`main` is no longer in use. See #369
This commit is contained in:
parent
95f89c0b44
commit
e5660cdf83
1
.github/workflows/check.yml
vendored
1
.github/workflows/check.yml
vendored
@ -2,7 +2,6 @@ name: "Check & Cachix"
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
|
||||||
- master
|
- master
|
||||||
- trying
|
- trying
|
||||||
- staging
|
- staging
|
||||||
|
1
.github/workflows/mdbook_docs.yml
vendored
1
.github/workflows/mdbook_docs.yml
vendored
@ -3,7 +3,6 @@ name: Deploy Docs to GitHub Pages
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
|
||||||
- master
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user