build workflow ignores md changes

This commit is contained in:
Bryan MacFarlane
2019-12-19 08:54:43 -05:00
parent be24fea81b
commit f1e36651ad

View File

@@ -5,9 +5,13 @@ on:
branches:
- master
- releases/*
paths-ignore:
- '**.md'
pull_request:
branches:
- '*'
paths-ignore:
- '**.md'
jobs:
build: