do not trigger github workflows when READMEs are updated

This commit is contained in:
Taner Sener 2022-05-20 23:36:53 +01:00
parent f37b82a6c3
commit 9a8640e6bc
5 changed files with 5 additions and 1 deletions

View File

@ -8,6 +8,7 @@ on:
paths:
- '.github/workflows/android-build-scripts.yml'
- 'android/**'
- '!android/README.md'
- 'scripts/**'
- 'tools/**'
- 'android.sh'

View File

@ -8,6 +8,7 @@ on:
paths:
- '.github/workflows/ios-build-scripts.yml'
- 'apple/**'
- '!apple/README.md'
- 'scripts/**'
- 'tools/**'
- 'apple.sh'

View File

@ -8,6 +8,7 @@ on:
paths:
- '.github/workflows/macos-build-scripts.yml'
- 'apple/**'
- '!apple/README.md'
- 'scripts/**'
- 'tools/**'
- 'apple.sh'

View File

@ -8,6 +8,7 @@ on:
paths:
- '.github/workflows/tvos-build-scripts.yml'
- 'apple/**'
- '!apple/README.md'
- 'scripts/**'
- 'tools/**'
- 'apple.sh'

View File

@ -66,7 +66,7 @@ Please note that `FFmpegKit` project repository includes the source code of `FFm
Use your package manager (brew, etc.) to install the following packages.
```
autoconf automake libtool pkg-config curl cmake gcc gperf texinfo yasm nasm bison autogen git wget autopoint meson ninja
autoconf automake libtool pkg-config curl cmake gcc gperf texinfo yasm nasm bison autogen git wget gettext meson ninja
```
#### 2.2 Options