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
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