We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd9442f commit 5bfa631Copy full SHA for 5bfa631
1 file changed
.github/workflows/java-versions-regrtest.yml
@@ -7,7 +7,9 @@ name: Java versions regrtest 2.7
7
8
# Only run manually as it takes quite a lot of cpu
9
on:
10
- workflow_dispatch
+ push:
11
+ branches: [ test-java-17-25 ]
12
+ workflow_dispatch:
13
14
permissions:
15
contents: read
0 commit comments