From 807be90b575bcb8646d1a06ad227e7fb5265c3ce Mon Sep 17 00:00:00 2001 From: mayeut Date: Sun, 4 Aug 2024 14:07:13 +0200 Subject: [PATCH] chore: ignore push on dependabot branches --- .github/workflows/test.yml | 2 ++ .travis.yml | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f389d071..12568a77 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,6 +2,8 @@ name: Test on: push: + branches-ignore: + - 'dependabot/**' pull_request: concurrency: diff --git a/.travis.yml b/.travis.yml index 5fd70166..1b4cd195 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,10 @@ language: python python: "3.9" arch: arm64-graviton2 +branches: + except: + - /^dependabot.*$/ + jobs: include: - arch: arm64-graviton2