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:
|
||||
- development
|
||||
- main
|
||||
paths-ignore:
|
||||
- '**/README.md'
|
||||
- 'docs/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- '**/README.md'
|
||||
- 'docs/**'
|
||||
|
||||
jobs:
|
||||
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:
|
||||
- development
|
||||
- main
|
||||
paths-ignore:
|
||||
- '**/README.md'
|
||||
- 'docs/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- '**/README.md'
|
||||
- 'docs/**'
|
||||
|
||||
jobs:
|
||||
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:
|
||||
- development
|
||||
- main
|
||||
paths-ignore:
|
||||
- '**/README.md'
|
||||
- 'docs/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- '**/README.md'
|
||||
- 'docs/**'
|
||||
|
||||
jobs:
|
||||
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:
|
||||
- development
|
||||
- main
|
||||
paths-ignore:
|
||||
- '**/README.md'
|
||||
- 'docs/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- '**/README.md'
|
||||
- 'docs/**'
|
||||
|
||||
jobs:
|
||||
build-main-on-macos-bigsur:
|
||||
|
|
Loading…
Reference in New Issue
Block a user