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
1 changed files with 3 additions and 4 deletions

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: