Try using scheduled tasks
All checks were successful
Build on push / build-webhook (push) Successful in 40s
All checks were successful
Build on push / build-webhook (push) Successful in 40s
This commit is contained in:
parent
f7e5bca7a8
commit
d983e623bb
@ -1,5 +1,8 @@
|
||||
name: Build on push
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: '@hourly'
|
||||
|
||||
jobs:
|
||||
build-webhook:
|
||||
|
Loading…
Reference in New Issue
Block a user