Browse Source
Merge pull request #1106 from colinin/update-workflow
workflow: UPDATE workflows
pull/1105/head
yx lin
12 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
2 deletions
-
.github/workflows/publish.yml
-
.github/workflows/release.yml
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
name: "Publish" |
|
|
|
|
|
|
|
on: |
|
|
|
push: |
|
|
|
pull_request: |
|
|
|
branches: [ main ] |
|
|
|
env: |
|
|
|
DOTNET_VERSION: "9.0.101" |
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
name: "Tagged Release" |
|
|
|
|
|
|
|
on: |
|
|
|
push: |
|
|
|
pull_request: |
|
|
|
branches: [ main ] |
|
|
|
|
|
|
|
jobs: |
|
|
|
|