Skip to content

Commit 7fc1314

Browse files
author
Tihomir Surdilovic
committed
fix workflow actions
Signed-off-by: Tihomir Surdilovic <[email protected]>
1 parent 9543076 commit 7fc1314

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Deploy JAVA SDK
66
on:
77
push:
88
branches:
9-
- master
9+
- main
1010
jobs:
1111
publish:
1212
runs-on: ubuntu-latest

.github/workflows/maven-verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ name: Verify JAVA SDK
66
on:
77
push:
88
branches:
9-
- master
9+
- main
1010
pull_request:
1111
branches:
12-
- master
12+
- main
1313
jobs:
1414
build:
1515
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)