ci(deny.yml): check for deny.toml

This commit is contained in:
Boshen 2024-12-04 23:39:21 +08:00
parent 8c0b0ee2bd
commit 690fc54cdb
No known key found for this signature in database
GPG key ID: 67715A371E534061

View file

@ -6,11 +6,15 @@ on:
types: [opened, synchronize]
paths:
- "Cargo.lock"
- "deny.toml"
- ".github/workflows/deny.yml"
push:
branches:
- main
paths:
- "Cargo.lock"
- "deny.toml"
- ".github/workflows/deny.yml"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}