Skip to content

Commit 3f33b14

Browse files
Update maven.yml
1 parent 05eba36 commit 3f33b14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Build
55

66
on:
77
push:
8-
branches: [ main ]
8+
branches: [ 1.0.x ]
99
pull_request:
10-
branches: [ main ]
10+
branches: [ 1.0.x ]
1111

1212
jobs:
1313
build:
@@ -28,4 +28,4 @@ jobs:
2828
restore-keys: |
2929
${{ runner.os }}-maven-
3030
- name: Build with Maven
31-
run: ./mvnw clean install -B -U
31+
run: ./mvnw clean install -B -U

0 commit comments

Comments
 (0)