Skip to content

Commit

Permalink
chore(ci): Fix dependabot PR failures (#1750)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue authored Nov 20, 2024
1 parent 5a2c50d commit 1347e48
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@

name: Node CI

on: [push, pull_request]
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
branches:
- '*'

jobs:
test:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/release-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@

name: Release Auditing

on: [push, pull_request]
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
branches:
- '*'

jobs:
test:
Expand Down

0 comments on commit 1347e48

Please sign in to comment.