mirror of
https://github.com/Xevion/byte-me.git
synced 2026-01-31 08:23:48 -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
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user