From c6fe5c115cb1c71c25ebfc02fe44ae89ad07ff84 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Sat, 27 Apr 2024 01:23:18 -0700 Subject: [PATCH] ci: add paths for bloat PR --- .github/workflows/bloat.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/bloat.yml b/.github/workflows/bloat.yml index 731faf8c9a0b..8728cee96831 100644 --- a/.github/workflows/bloat.yml +++ b/.github/workflows/bloat.yml @@ -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