Make sure build workflow runs when wiki file is updated

This commit is contained in:
tycrek 2020-06-05 08:07:49 -06:00
parent 85e108d968
commit 17e1582667
1 changed files with 1 additions and 0 deletions

View File

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