mirror of
https://github.com/Xevion/byte-me.git
synced 2026-01-31 00:23:43 -06:00
ci: remove push/pull_request path filtering for qualit/audit checks
This commit is contained in:
Vendored
-10
@@ -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:
|
||||||
|
|||||||
Vendored
-5
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user