From 2371c42404ae178cb96c07068f2014aea6b5ffb8 Mon Sep 17 00:00:00 2001 From: Darryl Pogue Date: Tue, 19 Nov 2024 08:08:44 -0800 Subject: [PATCH] chore(ci): Fix failing dependabot PRs --- .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 e66343cc9..c17445211 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: