Skip to content

Commit 996e1ed

Browse files
committed
fix branch name
1 parent 8401b3e commit 996e1ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Java CI (Main)
33
on:
44
push:
55
branches:
6-
- 'main'
6+
- 'master'
77
workflow_dispatch:
88
branches:
9-
- 'main'
9+
- 'master'
1010
inputs:
1111
release_type:
1212
description: 'Release Type'

0 commit comments

Comments
 (0)