Skip to content

Commit

Permalink
Fix commit loop
Browse files Browse the repository at this point in the history
  • Loading branch information
spuder committed Nov 3, 2024
1 parent 8226bb5 commit 2d5eb8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ name: ESPHome Build and Commit Manifest
on:
push:
branches: [main]
paths-ignore:
- '**/manifest.json'
pull_request:
paths-ignore:
- '**/manifest.json'
branches: [main]

jobs:
Expand Down

0 comments on commit 2d5eb8a

Please sign in to comment.