Skip to content

Commit 041cab4

Browse files
committed
update ci
1 parent c378478 commit 041cab4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Build/Test/MirrorToGitee
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [master/snow, dev/snow]
6+
branches: [releases/snow, dev/snow]
77
pull_request:
8-
branches: [master/snow]
8+
branches: [releases/snow]
99

1010
jobs:
1111
build-on-dotnetcore:

.github/workflows/nuget.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish Nuget Packages
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [master/snow]
6+
branches: [releases/snow]
77
tags:
88
- "7.0.*"
99
paths:

0 commit comments

Comments
 (0)