Skip to content

Commit

Permalink
build workflow ignores md changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanmacfarlane committed Dec 19, 2019
1 parent be24fea commit f1e3665
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ on:
branches:
- master
- releases/*
paths-ignore:
- '**.md'
pull_request:
branches:
- '*'
paths-ignore:
- '**.md'

jobs:
build:
Expand Down

0 comments on commit f1e3665

Please sign in to comment.