Skip to content

Commit 807be90

Browse files
committed
chore: ignore push on dependabot branches
1 parent 463bfc9 commit 807be90

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Test
22

33
on:
44
push:
5+
branches-ignore:
6+
- 'dependabot/**'
57
pull_request:
68

79
concurrency:

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ language: python
44
python: "3.9"
55
arch: arm64-graviton2
66

7+
branches:
8+
except:
9+
- /^dependabot.*$/
10+
711
jobs:
812
include:
913
- arch: arm64-graviton2

0 commit comments

Comments
 (0)