chore: trigger populate-readme when template is changed

This commit is contained in:
Andrew Luca 2020-01-10 21:23:50 +02:00 committed by GitHub
parent 668f5da436
commit d6a885f075
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