devops: do not run tests for docs changes (#6825)

This commit is contained in:
Andrey Lushnikov 2021-06-01 13:55:48 -07:00 committed by GitHub
parent c8c849e164
commit 17585a369e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@ on:
pull_request: pull_request:
paths-ignore: paths-ignore:
- 'browser_patches/**' - 'browser_patches/**'
- 'docs/**'
branches: branches:
- master - master
- release-* - release-*

View file

@ -8,6 +8,7 @@ on:
pull_request: pull_request:
paths-ignore: paths-ignore:
- 'browser_patches/**' - 'browser_patches/**'
- 'docs/**'
types: [ labeled ] types: [ labeled ]
branches: branches:
- master - master