Skip to content

Commit

Permalink
dotnet-desktop.yml aktualisieren
Browse files Browse the repository at this point in the history
  • Loading branch information
flokuep authored Apr 19, 2024
1 parent 5f5a33b commit 31b8a38
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@ on:
pull_request:
branches: [ "develop" ]

permissions:
contents: read

jobs:
build:
runs-on: windows-latest
steps:
- uses: ./../actions/dotnet-desktop
- uses: ./../../.github/actions/dotnet-desktop

- name: Create Release
if: ${{ github.event_name == 'push'}}
Expand Down

0 comments on commit 31b8a38

Please sign in to comment.