Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yawaflua committed Jun 22, 2024
2 parents 828c3ed + bf7ad97 commit 5f2126c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: .NET

on:
push:
branches: [ "main" ]
branches: [ "*" ]
pull_request:
branches: [ "main" ]
branches: [ "*" ]

jobs:
build:
Expand All @@ -30,4 +30,4 @@ jobs:
uses: brandedoutcast/publish-nuget@v2.5.5
with:
PROJECT_FILE_PATH: SPWorldsApi.csproj
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
NUGET_KEY: ${{secrets.NUGET_API_KEY}}

0 comments on commit 5f2126c

Please # to comment.