Skip to content

Commit 5f2703b

Browse files
authored
Update build.yml
1 parent c1142b1 commit 5f2703b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Build
2-
on: [workflow_dispatch]
2+
on: [push, workflow_dispatch]
33

44
jobs:
55
build:
@@ -17,7 +17,7 @@ jobs:
1717
java-version: 21
1818
- name: Build with Gradle
1919
run: |
20-
gradle build -x compileTestJava
20+
gradle build -x compileTestJava -x pmdTest -x sigtest-4.0.txt
2121
- name: Upload Artifacts to GitHub
2222
uses: actions/upload-artifact@main
2323
with:

0 commit comments

Comments
 (0)