dont ignore md files for CI in pull requests (#1881)

This should help merging readme PRs without having to use scary buttons
This commit is contained in:
Ruben Anders 2020-08-23 14:07:30 +02:00 committed by GitHub
parent 50da694fff
commit 45a53bf0a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,9 +6,6 @@ on:
- 'docs/**'
- '*.md'
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'
jobs:
build: