Skip to content

Commit 144be10

Browse files
committed
don't double-build dependabot PRs
1 parent 1dc2e59 commit 144be10

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@
88
name: Test
99

1010
on:
11-
- push
12-
- pull_request
11+
push:
12+
branches-ignore:
13+
# don't double-build dependabot PRs
14+
- dependabot/**
15+
pull_request:
1316

1417
jobs:
1518
# Job to run linter / autoformat

0 commit comments

Comments
 (0)