do not run github actions for doc updates
This commit is contained in:
parent
f56cc05d50
commit
502ef4201b
6
.github/workflows/android-build-scripts.yml
vendored
6
.github/workflows/android-build-scripts.yml
vendored
|
@ -5,9 +5,15 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- development
|
- development
|
||||||
- main
|
- main
|
||||||
|
paths-ignore:
|
||||||
|
- '**/README.md'
|
||||||
|
- 'docs/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths-ignore:
|
||||||
|
- '**/README.md'
|
||||||
|
- 'docs/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-main-on-linux:
|
build-main-on-linux:
|
||||||
|
|
6
.github/workflows/ios-build-scripts.yml
vendored
6
.github/workflows/ios-build-scripts.yml
vendored
|
@ -5,9 +5,15 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- development
|
- development
|
||||||
- main
|
- main
|
||||||
|
paths-ignore:
|
||||||
|
- '**/README.md'
|
||||||
|
- 'docs/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths-ignore:
|
||||||
|
- '**/README.md'
|
||||||
|
- 'docs/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-main-on-macos-bigsur:
|
build-main-on-macos-bigsur:
|
||||||
|
|
6
.github/workflows/macos-build-scripts.yml
vendored
6
.github/workflows/macos-build-scripts.yml
vendored
|
@ -5,9 +5,15 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- development
|
- development
|
||||||
- main
|
- main
|
||||||
|
paths-ignore:
|
||||||
|
- '**/README.md'
|
||||||
|
- 'docs/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths-ignore:
|
||||||
|
- '**/README.md'
|
||||||
|
- 'docs/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-main-on-macos-bigsur:
|
build-main-on-macos-bigsur:
|
||||||
|
|
6
.github/workflows/tvos-build-scripts.yml
vendored
6
.github/workflows/tvos-build-scripts.yml
vendored
|
@ -5,9 +5,15 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- development
|
- development
|
||||||
- main
|
- main
|
||||||
|
paths-ignore:
|
||||||
|
- '**/README.md'
|
||||||
|
- 'docs/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths-ignore:
|
||||||
|
- '**/README.md'
|
||||||
|
- 'docs/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-main-on-macos-bigsur:
|
build-main-on-macos-bigsur:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user