1

don't check documentation paths

This commit is contained in:
Christoph
2020-03-05 13:35:21 +01:00
committed by GitHub
parent ca28f041f5
commit caca05bd95

View File

@ -7,6 +7,10 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
paths-ignore:
- 'documentation/**'
- 'README.adoc'
- 'Dockerfile'
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest