From c1666bfa2013e5d4a9731510d04da1b24b5f8a05 Mon Sep 17 00:00:00 2001 From: Dima yawaflua Andreev Date: Sun, 22 Sep 2024 22:28:24 +0300 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index bf986cd..5cbbba3 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -5,9 +5,9 @@ name: .NET on: push: - branches: [ "master" ] + branches: [ "*" ] pull_request: - branches: [ "master" ] + branches: [ "*" ] jobs: build: