do not run github actions for doc updates

pull/393/head
Taner Sener 3 years ago
parent f56cc05d50
commit 502ef4201b
  1. 6
      .github/workflows/android-build-scripts.yml
  2. 6
      .github/workflows/ios-build-scripts.yml
  3. 6
      .github/workflows/macos-build-scripts.yml
  4. 6
      .github/workflows/tvos-build-scripts.yml

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

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

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

@ -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…
Cancel
Save