Skip to content

Commit f26d200

Browse files
committed
ci: run tests on all branches and all JDK versions
AI-Session-Id: 4466fe43-9eac-430f-9e06-bb156dfd7edf AI-Tool: claude-code AI-Model: unknown
1 parent f8c0cf3 commit f26d200

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ jobs:
5353
run: cp .ci.settings.xml ${HOME}/.m2/settings.xml
5454

5555
- name: Test
56-
if: matrix.jdk == '8' && github.event_name == 'pull_request' && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development'
56+
if: github.event_name == 'pull_request' || github.event_name == 'push'
5757
run: mvn --batch-mode clean install
5858

5959
- name: Linter
60-
if: matrix.jdk == '8' && github.event_name == 'pull_request' && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development'
60+
if: matrix.jdk == '8' && (github.event_name == 'pull_request' || github.event_name == 'push')
6161
run: mvn checkstyle::check
6262

6363
# - name: Deploy

0 commit comments

Comments
 (0)