Do daily builds
This commit is contained in:
parent
f3b3610895
commit
49d6732d47
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -1,6 +1,9 @@
|
|||
name: Build FFmpeg
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push: []
|
||||
schedule:
|
||||
- cron: '0 12 * * *'
|
||||
|
||||
jobs:
|
||||
build_base:
|
||||
|
|
Loading…
Reference in a new issue