mirror of
https://github.com/getbible/v2_builder.git
synced 2024-12-04 15:33:14 +00:00
Instead lets make that a manual update option.
This commit is contained in:
parent
a31fb35278
commit
a1c543dd53
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -4,10 +4,9 @@ on:
|
|||||||
# run once per/month
|
# run once per/month
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '12 4 1 * *'
|
- cron: '12 4 1 * *'
|
||||||
# when the master branch is updated
|
|
||||||
push:
|
# so we can manually run a build
|
||||||
branches:
|
workflow_dispatch:
|
||||||
- master
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user