Try using scheduled tasks
All checks were successful
Build on push / build-webhook (push) Successful in 40s

This commit is contained in:
Lewis Dale 2024-03-07 12:22:09 +00:00
parent f7e5bca7a8
commit d983e623bb

View File

@ -1,5 +1,8 @@
name: Build on push
on: [push]
on:
push:
schedule:
- cron: '@hourly'
jobs:
build-webhook: