Do daily builds

This commit is contained in:
BtbN 2020-09-03 19:20:10 +02:00
parent f3b3610895
commit 49d6732d47
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
name: Build FFmpeg
on: [push]
on:
push: []
schedule:
- cron: '0 12 * * *'
jobs:
build_base: