Skip to content

Commit 909c5bc

Browse files
committed
remove ci changes
1 parent b499ca7 commit 909c5bc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ on: [ push, pull_request ]
33

44
jobs:
55
ci:
6+
runs-on: ubuntu-latest
7+
if: github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/main')
8+
69
strategy:
710
matrix:
8-
gradle-version: [ '7.6.4', '8.7', '8.12.1', 'current' ]
9-
os: [ ubuntu-latest, macos-latest, windows-latest ]
10-
11-
runs-on: ${{ matrix.os }}
12-
if: github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/main')
11+
gradle-version: [ '7.6.2', '8.0.1', '8.2.1' ]
1312

1413
steps:
1514
- uses: actions/setup-java@v4

0 commit comments

Comments
 (0)