Skip to content

Commit

Permalink
ci: Do not run workflows when sidecar is changed (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
conr2d authored Oct 18, 2024
1 parent 54b3649 commit a244abb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: CI
on:
push:
branches: [main]
paths-ignore:
- 'sidecar/**'
pull_request:
paths-ignore:
- 'sidecar/**'

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit a244abb

Please sign in to comment.