From 82e05e8cf23842805aca2146d0113d518a434e91 Mon Sep 17 00:00:00 2001 From: Hossam Barakat Date: Tue, 11 May 2021 22:14:17 +1000 Subject: [PATCH] Update workflow to trigger on main branch --- .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 a73cc8b..659168f 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -2,9 +2,9 @@ name: .NET on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: