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

@@ -3,11 +3,6 @@ name: Security Audit
on:
workflow_dispatch: # Allow manual triggering
push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
- "**/package.json"
- "**/pnpm-lock.yaml"
jobs:
rust-audit: