Skip to content

Commit f6182b9

Browse files
committed
Fix a branch setting
1 parent f5e96d7 commit f6182b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)