We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1142b1 commit 5f2703bCopy full SHA for 5f2703b
1 file changed
.github/workflows/build.yml
@@ -1,5 +1,5 @@
1
name: Build
2
-on: [workflow_dispatch]
+on: [push, workflow_dispatch]
3
4
jobs:
5
build:
@@ -17,7 +17,7 @@ jobs:
17
java-version: 21
18
- name: Build with Gradle
19
run: |
20
- gradle build -x compileTestJava
+ gradle build -x compileTestJava -x pmdTest -x sigtest-4.0.txt
21
- name: Upload Artifacts to GitHub
22
uses: actions/upload-artifact@main
23
with:
0 commit comments