Skip to content

Commit

Permalink
GitHubCI: no need to filter by branch
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
knocte authored Mar 28, 2024
1 parent a3d2dab commit 7bcc3ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ name: .NET

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:
Expand Down

0 comments on commit 7bcc3ac

Please sign in to comment.