Skip to content

Commit 466c393

Browse files
committed
dependabot PRs should not trigger workflow twice
1 parent 748ae2d commit 466c393

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
types: [ published ]
66
pull_request:
77
push:
8+
branches-ignore:
9+
- 'dependabot/**'
810

911
env:
1012
PY_COLORS: "1"

0 commit comments

Comments
 (0)