Skip to content

Commit a398329

Browse files
committed
don't double-build dependabot PRs
1 parent 9ad50b2 commit a398329

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ name: Test
99

1010
on:
1111
push:
12+
branches-ignore:
13+
# don't double-build dependabot PRs
14+
- dependabot/**
1215
pull_request:
1316
workflow_dispatch:
1417

0 commit comments

Comments
 (0)