Browse Source

workflow: UPDATE workflows

pull/1106/head
colin 1 year ago
parent
commit
97e2da99f6
  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