We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d3dbcb commit 01dc7fcCopy full SHA for 01dc7fc
.github/workflows/maven.yml
@@ -8,7 +8,7 @@ on: [ push, pull_request ]
8
jobs:
9
build:
10
name: Build for JDK ${{ matrix.java }}
11
- if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name != 'codejanovic/java-filesearch' }}
+ if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name != 'zrdj/java-predicates' }}
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
0 commit comments