Skip to content

Commit

Permalink
chore(tools): make ci audit run on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-ippolito committed Aug 5, 2024
1 parent a80ae75 commit 0699e2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ on:
schedule:
# Runs at 00:00 UTC everyday
- cron: '0 0 * * *'
push:
pull_request:
paths:
- 'deps/swc'
- 'deps'
- '.github/workflows/audit.yml'
- package.json
- lib
- src
pull_request:

jobs:
rust-audit:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: CI

on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
commit-lint:
Expand Down

0 comments on commit 0699e2c

Please sign in to comment.