5
2
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:
Llewellyn van der Merwe 2022-07-22 18:21:45 +02:00
parent a31fb35278
commit a1c543dd53
Signed by: Llewellyn
GPG Key ID: A9201372263741E7

View File

@ -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: