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" name: "Publish"
on: on:
push: pull_request:
branches: [ main ] branches: [ main ]
env: env:
DOTNET_VERSION: "9.0.101" DOTNET_VERSION: "9.0.101"

2
.github/workflows/release.yml

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

Loading…
Cancel
Save