[4.0.x] Skipped GitHub actions for linters and JavaScript tests on purely doc changes.

Backport of 48924966e275670623bd7e33e9089f895f6a3110 from main
This commit is contained in:
Mariusz Felisiak 2021-09-22 13:11:37 +02:00
parent 2d13db1b4a
commit ca8c5bd690
2 changed files with 8 additions and 0 deletions

View File

@ -2,9 +2,13 @@ name: Linters
on: on:
pull_request: pull_request:
paths-ignore:
- 'docs/**'
push: push:
branches: branches:
- main - main
paths-ignore:
- 'docs/**'
jobs: jobs:
flake8: flake8:

View File

@ -2,9 +2,13 @@ name: Tests
on: on:
pull_request: pull_request:
paths-ignore:
- 'docs/**'
push: push:
branches: branches:
- main - main
paths-ignore:
- 'docs/**'
jobs: jobs:
javascript-tests: javascript-tests: