Fix paths-ignore location in main workflow

This commit is contained in:
BtbN 2021-05-17 13:31:37 +02:00
parent 33653d9336
commit 6973813aeb
1 changed files with 3 additions and 3 deletions

View File

@ -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