Skip to content

Commit 1122fa4

Browse files
committed
Ignore paths
1 parent 847c817 commit 1122fa4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build.yaml

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

1312
jobs:
1413
build:

0 commit comments

Comments
 (0)