From 7bcc3ac3f5411281053e0a291f02f778331f09ae Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Fri, 29 Mar 2024 00:23:29 +0800 Subject: [PATCH] GitHubCI: no need to filter by branch Removing the branch filters from the GitHub workflows allows potential contributors to see the CI status of their contributions before they propose a PR (therefore allowing them to improve their work before putting it up for review). --- .github/workflows/dotnet.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 6f1b2a028..de88e8145 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -5,9 +5,7 @@ name: .NET on: push: - branches: [ "master" ] pull_request: - branches: [ "master" ] jobs: build: