From 55209253b6d2b2b79f78253b59151d160b444a33 Mon Sep 17 00:00:00 2001 From: Ivandro Jao Date: Tue, 19 Nov 2024 12:02:03 -0800 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 c62b908..217f7cb 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -5,9 +5,9 @@ name: .NET on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] jobs: build: