Updated action to run when build script is updated

This commit is contained in:
tycrek 2020-06-01 15:21:44 -06:00
parent 4866fa8e62
commit 032e818109
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ on:
paths: paths:
- yaml/*.yml - yaml/*.yml
- md/*.md - md/*.md
- _build.js
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest