mirror of
https://github.com/getbible/v2_builder.git
synced 2024-12-03 15:08:20 +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
|
||||
schedule:
|
||||
- cron: '12 4 1 * *'
|
||||
# when the master branch is updated
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
# so we can manually run a build
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user