Skip to content

Commit 40c65c2

Browse files
committed
Prevent CI loop on bin files
1 parent d8b075e commit 40c65c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
paths:
77
- 'firmware/**' # Include all files in firmware/
88
- '!firmware/manifest.json' # Exclude manifest.json
9+
- '!firmware/*.bin'
910
- .github/workflows/build.yaml #Include changes to this file
1011

1112
jobs:

0 commit comments

Comments
 (0)