fix(ci): correct branch name and path in update-readme workflow (#1321)

This commit is contained in:
lenucksi 2025-11-30 17:22:57 +01:00 committed by GitHub
commit 077e086424
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,11 +3,11 @@ name: Update README.md, strings.json, and services.yaml
on:
push:
branches:
- master
- main
paths:
- "README.md"
- "custom_components/adaptive_lighting/const.py"
- "github/workflows/update-readme.yml"
- ".github/workflows/update-readme.yml"
pull_request:
jobs: