Skip to content

Commit

Permalink
Update dotnet-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianEdwards authored Apr 29, 2022
1 parent 8c82cb8 commit 73f430d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/dotnet-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: .NET Build/Test all branches/PRs
name: CI (non-main & PRs)

on:
push:
branches:
- '*' # matches every branch that doesn't contain a '/'
- '*/*' # matches every branch containing a single '/'
- '**' # matches every branch
- '!main' # excludes main
pull_request:
paths-ignore:
- '**/*.md'
Expand Down

0 comments on commit 73f430d

Please sign in to comment.