Skip to content

Commit 1c70fa4

Browse files
changes in branch for ci.yml
1 parent e6fa7c6 commit 1c70fa4

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ on:
33
pull_request:
44
branches:
55
- main
6-
push:
7-
branches:
8-
- codeMigration
96

107
jobs:
118

@@ -17,10 +14,10 @@ jobs:
1714
lfs: true
1815
- name: Checkout LFS objects
1916
run: git lfs checkout
20-
- uses: actions/setup-java@v4
17+
- uses: actions/setup-java@v3
2118
with:
2219
distribution: temurin
23-
java-version: 17
20+
java-version: 8
2421
- uses: actions/cache@v3
2522
with:
2623
path: ~/.m2/repository
@@ -45,10 +42,10 @@ jobs:
4542
lfs: true
4643
- name: Checkout LFS objects
4744
run: git lfs checkout
48-
- uses: actions/setup-java@v4
45+
- uses: actions/setup-java@v3
4946
with:
5047
distribution: temurin
51-
java-version: 17
48+
java-version: 8
5249
- uses: actions/cache@v3
5350
with:
5451
path: ~/.m2/repository

0 commit comments

Comments
 (0)