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
-10
View File
@@ -6,18 +6,8 @@ on:
workflow_dispatch: # Allow manual triggering workflow_dispatch: # Allow manual triggering
pull_request: pull_request:
branches: [master] branches: [master]
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
- "**/package.json"
- "**/pnpm-lock.yaml"
push: push:
branches: [master] branches: [master]
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
- "**/package.json"
- "**/pnpm-lock.yaml"
jobs: jobs:
rust-quality: rust-quality:
-5
View File
@@ -3,11 +3,6 @@ name: Security Audit
on: on:
workflow_dispatch: # Allow manual triggering workflow_dispatch: # Allow manual triggering
push: push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
- "**/package.json"
- "**/pnpm-lock.yaml"
jobs: jobs:
rust-audit: rust-audit: