Skip to content

Commit 3d08f49

Browse files
authored
Merge pull request #98 from ligangty/master
Fix a branch setting
2 parents f5e96d7 + f6182b9 commit 3d08f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ name: maven push
1919
on:
2020
push:
2121
branches:
22-
- 'main'
22+
- 'master'
2323
- '1.x'
2424

2525
jobs:

0 commit comments

Comments
 (0)