Skip to content

Commit

Permalink
ci: add paths for bloat PR
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Apr 27, 2024
1 parent 6f1b719 commit fcb8546
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/bloat.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
on: # rebuild any PRs and main branch changes
pull_request:
branches: ["main"]
paths:
- '.github/workflows/bloat.yml'
- 'Cargo.toml'
- 'Cargo.lock'
- 'crates/**'
- 'ee/**'
- '!ee/tabby-ui/**'
push:
branches:
- main
Expand Down

0 comments on commit fcb8546

Please sign in to comment.