ci: remove lingering references to main in workflow configs

`main` is no longer in use.

See #369
This commit is contained in:
Chris Montgomery 2021-09-19 23:53:14 -04:00 committed by David Arnold
parent 95f89c0b44
commit e5660cdf83
2 changed files with 0 additions and 2 deletions

View file

@ -2,7 +2,6 @@ name: "Check & Cachix"
on:
push:
branches:
- main
- master
- trying
- staging

View file

@ -3,7 +3,6 @@ name: Deploy Docs to GitHub Pages
on:
push:
branches:
- main
- master
jobs: