Skip to content

Commit

Permalink
pls publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Yucked committed May 22, 2024
1 parent a57501a commit 1b833b8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,23 @@ name: .NET Core Workflow

on:
push:
branches: v6
branches: [v6, v7]

pull_request:
branches: v6
branches: [v6, v7]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: checkout
uses: actions/[email protected]

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: '6.x'
dotnet-version: '8.x'
include-prerelease: true

- name: Build Project
Expand Down

0 comments on commit 1b833b8

Please sign in to comment.