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:
|
paths:
|
||||||
- '.github/workflows/android-build-scripts.yml'
|
- '.github/workflows/android-build-scripts.yml'
|
||||||
- 'android/**'
|
- 'android/**'
|
||||||
|
- '!android/README.md'
|
||||||
- 'scripts/**'
|
- 'scripts/**'
|
||||||
- 'tools/**'
|
- 'tools/**'
|
||||||
- 'android.sh'
|
- 'android.sh'
|
||||||
|
1
.github/workflows/ios-build-scripts.yml
vendored
1
.github/workflows/ios-build-scripts.yml
vendored
@ -8,6 +8,7 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- '.github/workflows/ios-build-scripts.yml'
|
- '.github/workflows/ios-build-scripts.yml'
|
||||||
- 'apple/**'
|
- 'apple/**'
|
||||||
|
- '!apple/README.md'
|
||||||
- 'scripts/**'
|
- 'scripts/**'
|
||||||
- 'tools/**'
|
- 'tools/**'
|
||||||
- 'apple.sh'
|
- 'apple.sh'
|
||||||
|
1
.github/workflows/macos-build-scripts.yml
vendored
1
.github/workflows/macos-build-scripts.yml
vendored
@ -8,6 +8,7 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- '.github/workflows/macos-build-scripts.yml'
|
- '.github/workflows/macos-build-scripts.yml'
|
||||||
- 'apple/**'
|
- 'apple/**'
|
||||||
|
- '!apple/README.md'
|
||||||
- 'scripts/**'
|
- 'scripts/**'
|
||||||
- 'tools/**'
|
- 'tools/**'
|
||||||
- 'apple.sh'
|
- 'apple.sh'
|
||||||
|
1
.github/workflows/tvos-build-scripts.yml
vendored
1
.github/workflows/tvos-build-scripts.yml
vendored
@ -8,6 +8,7 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- '.github/workflows/tvos-build-scripts.yml'
|
- '.github/workflows/tvos-build-scripts.yml'
|
||||||
- 'apple/**'
|
- 'apple/**'
|
||||||
|
- '!apple/README.md'
|
||||||
- 'scripts/**'
|
- 'scripts/**'
|
||||||
- 'tools/**'
|
- 'tools/**'
|
||||||
- 'apple.sh'
|
- '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.
|
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
|
#### 2.2 Options
|
||||||
|
Loading…
Reference in New Issue
Block a user