ci: remove push/pull_request path filtering for qualit/audit checks

This commit is contained in:
Ryan Walters
2025-08-20 12:36:18 -05:00
parent 6c2c10c25d
commit a2c4a0bd0c
2 changed files with 0 additions and 15 deletions

View File

@@ -6,18 +6,8 @@ on:
workflow_dispatch: # Allow manual triggering
pull_request:
branches: [master]
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
- "**/package.json"
- "**/pnpm-lock.yaml"
push:
branches: [master]
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
- "**/package.json"
- "**/pnpm-lock.yaml"
jobs:
rust-quality: