From a743b62d373c525593b9db1ef721225e786cc429 Mon Sep 17 00:00:00 2001 From: Johan Myburgh Date: Fri, 7 Mar 2025 13:46:54 +0000 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 0fddb90..ff61391 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -4,8 +4,9 @@ name: dotnet on: + workflow_dispatch: push: - branches: [ "master" ] + branches: [ "dev" ] pull_request: branches: [ "master" ]