Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Controllerdestiny authored Apr 19, 2024
1 parent f32c7da commit 4ab6bb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
Build:
runs-on: windows-latest
Expand Down Expand Up @@ -42,10 +43,11 @@ jobs:

OfficialRelease:
name: Official Release
if: github.event_name == "merge_request_event"
runs-on: ubuntu-latest
needs: Build
permissions:
contents: write
contents: write
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 4ab6bb9

Please sign in to comment.