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
|
name: Build FFmpeg
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
paths-ignore:
|
|
||||||
- '**.md'
|
|
||||||
- 'LICENSE'
|
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
types: [build]
|
types: [build]
|
||||||
schedule:
|
workflow_dispatch:
|
||||||
- cron: '0 12 * * *'
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKER_BUILDKIT: 1
|
DOCKER_BUILDKIT: 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue