mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
chore: trigger populate-readme when template is changed
This commit is contained in:
parent
668f5da436
commit
d6a885f075
1 changed files with 3 additions and 1 deletions
4
.github/workflows/populate-readme.yml
vendored
4
.github/workflows/populate-readme.yml
vendored
|
|
@ -3,7 +3,9 @@ name: Populate README.md from master
|
|||
on:
|
||||
push:
|
||||
branches: master
|
||||
paths: src/data.js
|
||||
paths:
|
||||
- src/data.js
|
||||
- scripts/readme-template.md
|
||||
|
||||
env:
|
||||
CI: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue