mirror of
https://github.com/jayfunc/BetterLyrics.git
synced 2026-01-12 19:24:55 +08:00
fix: update branch triggers for workflow to stable and dev
This commit is contained in:
4
.github/workflows/dotnet-desktop.yml
vendored
4
.github/workflows/dotnet-desktop.yml
vendored
@@ -5,9 +5,9 @@ name: WinUI 3 MSIX app
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [stable, dev]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [stable, dev]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user