mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 22:34:04 +02:00
fix(ci): correct branch name and path in update-readme workflow (#1321)
This commit is contained in:
parent
f04c91b54b
commit
077e086424
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update-readme.yml
vendored
4
.github/workflows/update-readme.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue