fix: update workflow for new dir

pull/515/head
Josh Moore 8 months ago committed by Josh Moore
parent a68b91cf20
commit 67f80e5a8c

@ -4,10 +4,10 @@ on:
branches:
- master
paths: # Only build if these files were modified
- yaml/*.yml
- md/*.md
- _build.js
- _wiki.js
- src/yaml/*.yml
- src/md/*.md
- src/_build.js
- src/_wiki.js
jobs:
build:
runs-on: ubuntu-latest

Loading…
Cancel
Save