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: branches:
- master - master
- releases/* - releases/*
paths-ignore:
- '**.md'
pull_request: pull_request:
branches: branches:
- '*' - '*'
paths-ignore:
- '**.md'
jobs: jobs:
build: build: