1

Merge pull request #26 from hhu-propra2/workflow-paths-ignore

don't check documentation paths
This commit is contained in:
killerber4t
2020-03-05 13:38:36 +01:00
committed by GitHub

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