Skip to content

Commit 7da244c

Browse files
author
Tihomir Surdilovic
authored
Merge pull request #26 from tsurdilo/actionupdate2
update maven actions - adding 1.0.x branch
2 parents 8ce85a7 + 4375a60 commit 7da244c

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/maven-deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ name: Deploy JAVA SDK
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches:
9+
- master
10+
- 1.0.x
911
jobs:
1012
publish:
1113
runs-on: ubuntu-latest

.github/workflows/maven-verify.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ name: Verify JAVA SDK
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches:
9+
- master
10+
- 1.0.x
911
pull_request:
10-
branches: [ master ]
12+
branches:
13+
- master
14+
- 1.0.x
1115
jobs:
1216
build:
1317
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)