Skip to content

Commit 01dc7fc

Browse files
committed
fixed github action
1 parent 2d3dbcb commit 01dc7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on: [ push, pull_request ]
88
jobs:
99
build:
1010
name: Build for JDK ${{ matrix.java }}
11-
if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name != 'codejanovic/java-filesearch' }}
11+
if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name != 'zrdj/java-predicates' }}
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:

0 commit comments

Comments
 (0)