GitHub Actions: don't run on .md only changes (#4183)

This commit is contained in:
tooomm 2020-11-26 03:14:05 +01:00 committed by GitHub
parent b0239c11ab
commit 99b0abe7fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -4,9 +4,13 @@ on:
push:
branches:
- master
paths-ignore:
- '**.md'
pull_request:
branches:
- master
paths-ignore:
- '**.md'
release:
types:
- published