Update build.yml
This commit is contained in:
parent
e5b80a1792
commit
b4de6b3ed0
1 changed files with 1 additions and 6 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -1,14 +1,9 @@
|
|||
name: Build FFmpeg
|
||||
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- 'LICENSE'
|
||||
repository_dispatch:
|
||||
types: [build]
|
||||
schedule:
|
||||
- cron: '0 12 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
DOCKER_BUILDKIT: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue