Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "fix/*" ]

permissions:
contents: write
packages: write


jobs:

Expand Down Expand Up @@ -149,7 +154,7 @@ jobs:
Commit: ${{ github.sha }}
Release package (ZIP) attached. This ZIP contains the application bundle and an install.ps1 script for installing the self-signed certificate and the application.
draft: false
prerelease: false
prerelease: true
allowUpdates: true

# Upload the ZIP package as a release asset
Expand Down
Loading