Skip to content

Commit fa05363

Browse files
committed
ci: include ci to the branch
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
1 parent 8ac37c8 commit fa05363

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/java-17.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Java 17 CI with Maven
55

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

1212
jobs:
1313
build:

.github/workflows/java-21.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Java 21 CI with Maven
55

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

1212
jobs:
1313
build:

0 commit comments

Comments
 (0)