Skip to content

Commit 2d5eb8a

Browse files
committed
Fix commit loop
1 parent 8226bb5 commit 2d5eb8a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ name: ESPHome Build and Commit Manifest
33
on:
44
push:
55
branches: [main]
6+
paths-ignore:
7+
- '**/manifest.json'
68
pull_request:
9+
paths-ignore:
10+
- '**/manifest.json'
711
branches: [main]
812

913
jobs:

0 commit comments

Comments
 (0)