Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
spuder committed Nov 3, 2024
1 parent 53eda4c commit c39b5d3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ on:
push:
branches: [main]
paths:
- 'firmware/**'
paths-ignore:
- 'firmware/manifest.json'

- 'firmware/**' # Include all files in firmware/
- '!firmware/manifest.json' # Exclude manifest.json

jobs:
build:
Expand Down

0 comments on commit c39b5d3

Please sign in to comment.