Skip to content

Commit 19e5b2b

Browse files
authored
Fix branch name in build-publish
1 parent d914d5c commit 19e5b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name: build-publish
1313

1414
on:
1515
push:
16-
branches: [ main ]
16+
branches: [ master ]
1717

1818
jobs:
1919
build-publish:

0 commit comments

Comments
 (0)