Skip to content

Commit

Permalink
ci(deny.yml): check for deny.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Dec 4, 2024
1 parent 8c0b0ee commit 690fc54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 690fc54

Please sign in to comment.