Update github workflow
This commit is contained in:
4
.github/workflows/build_book.yaml
vendored
4
.github/workflows/build_book.yaml
vendored
@@ -1,10 +1,10 @@
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
schedule:
|
schedule:
|
||||||
# run every day at 11 PM
|
# run every day at 11 PM
|
||||||
- cron: '0 23 * * *'
|
- cron: '0 23 * * *'
|
||||||
|
|||||||
Reference in New Issue
Block a user