Skip to content

Commit

Permalink
推送v10时也要自动发布nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
nnhy committed Aug 25, 2024
1 parent d22bcfd commit b5c9564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: publish-beta

on:
push:
branches: [ master, dev ]
branches: [ master, dev, v10 ]
paths:
- 'NewLife.Core/**'
pull_request:
branches: [ master, dev ]
branches: [ master, dev, v10 ]
paths:
- 'NewLife.Core/**'
workflow_dispatch:
Expand Down

0 comments on commit b5c9564

Please sign in to comment.