Skip to content

Commit f75a286

Browse files
committed
chore(build): Run tests for dependabot PRs
1 parent 33a1bd8 commit f75a286

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request:
7+
- dependabot/**
88

99
permissions:
1010
contents: read
@@ -18,6 +18,7 @@ jobs:
1818
with:
1919
distribution: temurin
2020
java-version: 21
21+
2122
- uses: gradle/actions/wrapper-validation@v4
2223
- uses: gradle/actions/setup-gradle@v4
2324
- run: ./gradlew test

0 commit comments

Comments
 (0)