We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463bfc9 commit 807be90Copy full SHA for 807be90
.github/workflows/test.yml
@@ -2,6 +2,8 @@ name: Test
2
3
on:
4
push:
5
+ branches-ignore:
6
+ - 'dependabot/**'
7
pull_request:
8
9
concurrency:
.travis.yml
@@ -4,6 +4,10 @@ language: python
python: "3.9"
arch: arm64-graviton2
+branches:
+ except:
+ - /^dependabot.*$/
10
+
11
jobs:
12
include:
13
- arch: arm64-graviton2
0 commit comments