Skip to content

Commit

Permalink
chore: ignore push on dependabot branches
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Aug 4, 2024
1 parent 463bfc9 commit 807be90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Test

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:

concurrency:
Expand Down
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ language: python
python: "3.9"
arch: arm64-graviton2

branches:
except:
- /^dependabot.*$/

jobs:
include:
- arch: arm64-graviton2
Expand Down

0 comments on commit 807be90

Please sign in to comment.