We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b27f7c commit 63450f4Copy full SHA for 63450f4
.github/workflows/dependency-test.yaml
@@ -4,6 +4,14 @@ on:
4
workflow_dispatch:
5
schedule:
6
- cron: 0 22 * * *
7
+ push:
8
+ branches:
9
+ - "workflow/compatibility-version"
10
+ pull_request:
11
12
+ - "main"
13
+ paths:
14
+ - ".github/workflows/dependency-test.yaml"
15
16
env:
17
MVN_MULTI_THREADED_ARGS: --batch-mode --no-transfer-progress --fail-at-end --show-version --threads 1C
0 commit comments