ci: workflows on main
push should trigger on master
push
This commit is contained in:
parent
a3b2bcf3d5
commit
54a9a8366e
1
.github/workflows/check.yml
vendored
1
.github/workflows/check.yml
vendored
@ -3,6 +3,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
- trying
|
||||
- staging
|
||||
jobs:
|
||||
|
1
.github/workflows/mdbook_docs.yml
vendored
1
.github/workflows/mdbook_docs.yml
vendored
@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
Loading…
Reference in New Issue
Block a user