Browse Source

Merge pull request #1106 from colinin/update-workflow

workflow: UPDATE workflows
pull/1105/head
yx lin 12 months ago
committed by GitHub
parent
commit
cb9e395900
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/publish.yml
  2. 2
      .github/workflows/release.yml

2
.github/workflows/publish.yml

@ -1,7 +1,7 @@
name: "Publish"
on:
push:
pull_request:
branches: [ main ]
env:
DOTNET_VERSION: "9.0.101"

2
.github/workflows/release.yml

@ -1,7 +1,7 @@
name: "Tagged Release"
on:
push:
pull_request:
branches: [ main ]
jobs:

Loading…
Cancel
Save