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

View File

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

View File

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

View File

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