Skip to content

Commit

Permalink
Prevent CI loop on bin files
Browse files Browse the repository at this point in the history
  • Loading branch information
spuder committed Nov 3, 2024
1 parent d8b075e commit 40c65c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- 'firmware/**' # Include all files in firmware/
- '!firmware/manifest.json' # Exclude manifest.json
- '!firmware/*.bin'
- .github/workflows/build.yaml #Include changes to this file

jobs:
Expand Down

0 comments on commit 40c65c2

Please sign in to comment.