do not trigger github workflows when READMEs are updated

pull/514/head
Taner Sener 3 years ago
parent f37b82a6c3
commit 9a8640e6bc
  1. 1
      .github/workflows/android-build-scripts.yml
  2. 1
      .github/workflows/ios-build-scripts.yml
  3. 1
      .github/workflows/macos-build-scripts.yml
  4. 1
      .github/workflows/tvos-build-scripts.yml
  5. 2
      apple/README.md

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

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

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

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

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

Loading…
Cancel
Save