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