Skip to content

Commit 63450f4

Browse files
committed
Add testability
1 parent 3b27f7c commit 63450f4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/dependency-test.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ on:
44
workflow_dispatch:
55
schedule:
66
- cron: 0 22 * * *
7+
push:
8+
branches:
9+
- "workflow/compatibility-version"
10+
pull_request:
11+
branches:
12+
- "main"
13+
paths:
14+
- ".github/workflows/dependency-test.yaml"
715

816
env:
917
MVN_MULTI_THREADED_ARGS: --batch-mode --no-transfer-progress --fail-at-end --show-version --threads 1C

0 commit comments

Comments
 (0)