Skip to content

Commit

Permalink
feat(github): run audit workflow on pull request as well
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro-Alessio Gierens <[email protected]>
  • Loading branch information
gierens committed Apr 14, 2024
1 parent d221487 commit d5c6da8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
- '.github/workflows/audit.yml'
- '**/Cargo.toml'
- '**/Cargo.lock'
pull_request:
paths:
- '.github/workflows/audit.yml'
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
security_audit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d5c6da8

Please sign in to comment.