diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9ff94fce..aaecd569 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,6 +19,8 @@ name: Lint on: push: + branches-ignore: + - 'dependabot/**' pull_request: concurrency: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 573ba4f2..bf9cca9b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,6 +19,8 @@ name: Test on: push: + branches-ignore: + - 'dependabot/**' pull_request: concurrency: