mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
trigger push only on dev/master
This commit is contained in:
parent
0d316a5766
commit
b886408045
1 changed files with 3 additions and 0 deletions
3
.github/workflows/dotnet.yml
vendored
3
.github/workflows/dotnet.yml
vendored
|
|
@ -6,6 +6,9 @@ name: .NET
|
|||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- dev
|
||||
|
|
|
|||
Loading…
Reference in a new issue