chore: build on schedule
This commit is contained in:
parent
c9b7e0c940
commit
c9472efb0f
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ name: Build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ['master']
|
branches: ['master']
|
||||||
|
schedule:
|
||||||
|
- cron: '20 2 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-amd64-linux:
|
build-amd64-linux:
|
||||||
|
|
Loading…
Reference in a new issue