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
|
name: Build on push
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
schedule:
|
||||||
|
- cron: '@hourly'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-webhook:
|
build-webhook:
|
||||||
|
Loading…
Reference in New Issue
Block a user