Skip to content

Commit 077e086

Browse files
authored
fix(ci): correct branch name and path in update-readme workflow (#1321)
1 parent f04c91b commit 077e086

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-readme.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Update README.md, strings.json, and services.yaml
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
paths:
88
- "README.md"
99
- "custom_components/adaptive_lighting/const.py"
10-
- "github/workflows/update-readme.yml"
10+
- ".github/workflows/update-readme.yml"
1111
pull_request:
1212

1313
jobs:

0 commit comments

Comments
 (0)