Skip to content

Commit fd8f86a

Browse files
author
Tihomir Surdilovic
authored
Merge pull request #70 from tsurdilo/fixactions
fix workflow actions
2 parents 9543076 + 7fc1314 commit fd8f86a

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)