Skip to content

Commit 8142987

Browse files
author
OlegDokuka
committed
updates GA config
Signed-off-by: Oleh Dokuka <[email protected]> Signed-off-by: Oleh Dokuka <[email protected]> Signed-off-by: OlegDokuka <[email protected]>
1 parent d330a32 commit 8142987

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/gradle-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
# but only for the non master/1.0.x branches
66
push:
77
branches-ignore:
8-
- 1.0.x
8+
- 1.1.x
99
- master
1010

1111
jobs:

.github/workflows/gradle-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Main Branches Java CI
22

33
on:
44
# Trigger the workflow on push
5-
# but only for the master/1.0.x branch
5+
# but only for the master/1.1.x branch
66
push:
77
branches:
88
- master
9-
- 1.0.x
9+
- 1.1.x
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)