Skip to content

Commit

Permalink
Update dotnet-nuget-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle079 authored Feb 1, 2024
1 parent a93a060 commit 554a695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Build and Publish NuGet

on:
push:
branches: [ main ] # or your default branch
branches: [ main ]

jobs:
build:
runs-on: windows-latest, ubuntu-latest
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 554a695

Please sign in to comment.