Skip to content

Commit 46c62ca

Browse files
committed
合并native分支
1 parent 372d3f2 commit 46c62ca

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-yunyu-server-image-jar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build Yunyu Server Image Jar
33
on:
44
push:
55
branches:
6-
- main-native-image
6+
- main
77
paths:
88
- "yunyu-server/**"
99
- "yunyu-native-image-support/**"

.github/workflows/build-yunyu-server-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build Yunyu Server Image
33
on:
44
push:
55
branches:
6-
- main
6+
- main-jvm
77
paths:
88
- "yunyu-server/**"
99
- ".github/workflows/build-yunyu-server-image.yml"

.github/workflows/build-yunyu-server-native-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build Yunyu Server Native Image
33
on:
44
push:
55
branches:
6-
- main-native-image
6+
- main
77
paths:
88
- "yunyu-server/**"
99
- "yunyu-native-image-support/**"

0 commit comments

Comments
 (0)