chore(ci): Fix dependabot PR failures (#1750)

This commit is contained in:
Darryl Pogue 2024-11-19 20:55:50 -08:00 committed by GitHub
parent 5a2c50d1ed
commit 1347e48d14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 2 deletions

View File

@ -17,7 +17,13 @@
name: Node CI
on: [push, pull_request]
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
branches:
- '*'
jobs:
test:

View File

@ -17,7 +17,13 @@
name: Release Auditing
on: [push, pull_request]
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
branches:
- '*'
jobs:
test: