Build on schedule
This commit is contained in:
parent
971fada273
commit
2eb53b0aad
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -3,6 +3,9 @@ name: Build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ['master']
|
branches: ['master']
|
||||||
|
schedule:
|
||||||
|
- cron: '10 8 * * *'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-x86_64-linux:
|
build-x86_64-linux:
|
||||||
|
|
Loading…
Reference in a new issue