Skip to content

Commit f788179

Browse files
committed
Revert ci
1 parent c65dbb9 commit f788179

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: github.event_name == 'pull_request' || github.event_name == 'push'
56+
if: matrix.jdk == '8' && github.event_name == 'pull_request' && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development'
5757
run: mvn --batch-mode clean install
5858

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

6363
# - name: Deploy

0 commit comments

Comments
 (0)