Skip to content

Commit 8157ef0

Browse files
committed
fix: ci
1 parent 04d1891 commit 8157ef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/slmcp-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: Build and Push SLMCP Docker Image
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
tags:
88
- "v*"
99
pull_request:
1010
branches:
11-
- master
11+
- main
1212

1313
jobs:
1414
build-and-push:

0 commit comments

Comments
 (0)