Merge pull request #293 from iamandrewluca/patch-1

chore: trigger populate-readme when template is changed
This commit is contained in:
Wes Bos 2020-01-10 15:41:25 -05:00 committed by GitHub
commit f54b9b8128
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,9 @@ name: Populate README.md from master
on: on:
push: push:
branches: master branches: master
paths: src/data.js paths:
- src/data.js
- scripts/readme-template.md
env: env:
CI: true CI: true