Skip to content

Commit 1616fd2

Browse files
authored
Fix files matched (#13797)
1 parent c06435a commit 1616fd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests-code.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,8 @@ jobs:
483483
with:
484484
files: |
485485
jablib/src/main/java/**/*.java
486+
files_ignore: |
487+
jablib/src/main/java/**/*-*.java
486488
487489
- name: Build ${{ matrix.launcher }} launcher including changed classes
488490
shell: bash

0 commit comments

Comments
 (0)