do not trigger github workflows when READMEs are updated
This commit is contained in:
parent
f37b82a6c3
commit
9a8640e6bc
1
.github/workflows/android-build-scripts.yml
vendored
1
.github/workflows/android-build-scripts.yml
vendored
@ -8,6 +8,7 @@ on:
|
||||
paths:
|
||||
- '.github/workflows/android-build-scripts.yml'
|
||||
- 'android/**'
|
||||
- '!android/README.md'
|
||||
- 'scripts/**'
|
||||
- 'tools/**'
|
||||
- 'android.sh'
|
||||
|
1
.github/workflows/ios-build-scripts.yml
vendored
1
.github/workflows/ios-build-scripts.yml
vendored
@ -8,6 +8,7 @@ on:
|
||||
paths:
|
||||
- '.github/workflows/ios-build-scripts.yml'
|
||||
- 'apple/**'
|
||||
- '!apple/README.md'
|
||||
- 'scripts/**'
|
||||
- 'tools/**'
|
||||
- 'apple.sh'
|
||||
|
1
.github/workflows/macos-build-scripts.yml
vendored
1
.github/workflows/macos-build-scripts.yml
vendored
@ -8,6 +8,7 @@ on:
|
||||
paths:
|
||||
- '.github/workflows/macos-build-scripts.yml'
|
||||
- 'apple/**'
|
||||
- '!apple/README.md'
|
||||
- 'scripts/**'
|
||||
- 'tools/**'
|
||||
- 'apple.sh'
|
||||
|
1
.github/workflows/tvos-build-scripts.yml
vendored
1
.github/workflows/tvos-build-scripts.yml
vendored
@ -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…
Reference in New Issue
Block a user