mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
ci: trigger builds on draft PRs and add Avalonia artifact
- Add pull_request types to trigger on opened, synchronize, reopened, ready_for_review - Add 'Flow Launcher Avalonia' artifact uploading Output/Release/Avalonia/
This commit is contained in:
parent
5e1411f099
commit
ae0bdbc6bc
1 changed files with 8 additions and 0 deletions
8
.github/workflows/dotnet.yml
vendored
8
.github/workflows/dotnet.yml
vendored
|
|
@ -10,6 +10,7 @@ on:
|
|||
- dev
|
||||
- master
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened, ready_for_review]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
@ -89,3 +90,10 @@ jobs:
|
|||
path: |
|
||||
Output\Packages\RELEASES
|
||||
compression-level: 0
|
||||
- name: Upload Avalonia Build
|
||||
uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: Flow Launcher Avalonia
|
||||
path: |
|
||||
Output\Release\Avalonia\
|
||||
compression-level: 6
|
||||
|
|
|
|||
Loading…
Reference in a new issue