Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gmf520 committed Oct 2, 2023
1 parent c378478 commit 041cab4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Build/Test/MirrorToGitee
on:
workflow_dispatch:
push:
branches: [master/snow, dev/snow]
branches: [releases/snow, dev/snow]
pull_request:
branches: [master/snow]
branches: [releases/snow]

jobs:
build-on-dotnetcore:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Nuget Packages
on:
workflow_dispatch:
push:
branches: [master/snow]
branches: [releases/snow]
tags:
- "7.0.*"
paths:
Expand Down

0 comments on commit 041cab4

Please sign in to comment.