Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yawaflua authored Jun 22, 2024
1 parent a1f80b8 commit bf7ad97
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 bf7ad97

Please # to comment.