do not run github actions for doc updates

This commit is contained in:
Taner Sener 2022-04-11 12:44:50 +01:00
parent f56cc05d50
commit 502ef4201b
4 changed files with 24 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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