From 1347e48d14e40626703ddfa37b65c665c734a34c Mon Sep 17 00:00:00 2001 From: Darryl Pogue Date: Tue, 19 Nov 2024 20:55:50 -0800 Subject: [PATCH] chore(ci): Fix dependabot PR failures (#1750) --- .github/workflows/ci.yml | 8 +++++++- .github/workflows/release-audit.yml | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f0bf006e..337922388 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,13 @@ name: Node CI -on: [push, pull_request] +on: + push: + branches-ignore: + - 'dependabot/**' + pull_request: + branches: + - '*' jobs: test: diff --git a/.github/workflows/release-audit.yml b/.github/workflows/release-audit.yml index 830909440..afc296ff0 100644 --- a/.github/workflows/release-audit.yml +++ b/.github/workflows/release-audit.yml @@ -17,7 +17,13 @@ name: Release Auditing -on: [push, pull_request] +on: + push: + branches-ignore: + - 'dependabot/**' + pull_request: + branches: + - '*' jobs: test: