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