mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
ci(deny.yml): check for deny.toml
This commit is contained in:
parent
8c0b0ee2bd
commit
690fc54cdb
1 changed files with 4 additions and 0 deletions
4
.github/workflows/deny.yml
vendored
4
.github/workflows/deny.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue