We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87cebc0 + df0e5da commit 3ee647dCopy full SHA for 3ee647d
1 file changed
.github/workflows/build-release.yml
@@ -4,6 +4,9 @@ on:
4
push:
5
branches:
6
- main
7
+ paths:
8
+ - '**.java'
9
+ - '.github/workflows/build-release.yml'
10
workflow_dispatch:
11
inputs:
12
version:
0 commit comments