mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-05-01 07:04:28 +02:00
Fix paths-ignore location in main workflow
This commit is contained in:
parent
33653d9336
commit
6973813aeb
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -1,13 +1,13 @@
|
|||||||
name: Build FFmpeg
|
name: Build FFmpeg
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push: []
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
types: [build]
|
types: [build]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 12 * * *'
|
- cron: '0 12 * * *'
|
||||||
paths-ignore:
|
|
||||||
- '**.md'
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKER_BUILDKIT: 1
|
DOCKER_BUILDKIT: 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user