chore(ci): skip test workflow execution for docs changes

This commit is contained in:
Lorenzo Delgado 2022-09-22 13:25:00 +02:00 committed by GitHub
parent aebda46a53
commit d6de748395
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -2,9 +2,15 @@ name: Test
on:
pull_request:
paths-ignore:
- 'docs/**'
- '**.md'
push:
branches:
- master
paths-ignore:
- 'docs/**'
- '**.md'
jobs:
test: