ci: trigger website rebuild when module readme changed

This commit is contained in:
xyny 2024-02-12 13:32:22 +00:00 committed by GitHub
parent cc25f6970b
commit 787f44ece8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,7 @@ on:
paths: # only rebuild when related files change
- "**/module.yml"
- modules.json
- README.md
jobs:
rebuild-website: