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 eebdb88440
commit 945a1c4081

View File

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