diff --git a/.github/workflows/dotnet-core-branches.yml b/.github/workflows/dotnet-core-branches.yml index b6225df..6fe8bb2 100644 --- a/.github/workflows/dotnet-core-branches.yml +++ b/.github/workflows/dotnet-core-branches.yml @@ -2,7 +2,7 @@ name: .NET Core (branch) on: pull_request: - branches: [ master ] + branches: [ main ] jobs: build: diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index a75a631..036fe64 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -2,7 +2,7 @@ name: .NET Core on: push: - branches: [ master ] + branches: [ main ] jobs: build: