Skipped GitHub actions for linters and JavaScript tests on purely doc changes.

This commit is contained in:
Mariusz Felisiak 2021-09-22 13:11:37 +02:00 committed by GitHub
parent 448d974d96
commit 48924966e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

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

View File

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