diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 98a9461d..c584e4aa 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -17,19 +17,11 @@ name: Performance Testing on: push: branches: [main] - paths-ignore: - - "**.md" - - "**.txt" - - "docs/**" - - "deploy/**" - - "scripts/dev_*.sh" - - "LICENSE*" - - "README*" - - "**/*.png" - - "**/*.jpg" - - "**/*.svg" - - ".gitignore" - - ".dockerignore" + paths: + - '**/*.rs' + - '**/Cargo.toml' + - '**/Cargo.lock' + - '.github/workflows/performance.yml' workflow_dispatch: inputs: profile_duration: