Fix paths-ignore location in main workflow
This commit is contained in:
parent
33653d9336
commit
6973813aeb
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -1,13 +1,13 @@
|
|||
name: Build FFmpeg
|
||||
|
||||
on:
|
||||
push: []
|
||||
push:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
repository_dispatch:
|
||||
types: [build]
|
||||
schedule:
|
||||
- cron: '0 12 * * *'
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
||||
env:
|
||||
DOCKER_BUILDKIT: 1
|
||||
|
|
Loading…
Reference in a new issue