Skip to content

Commit

Permalink
Update dotnet-build-and-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liamlaverty committed Mar 25, 2024
1 parent d09ab5b commit 43bad44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnet-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ name: .NET Build & Test
on:
push:
branches: [ "main", "stage", "develop" ]
paths-ignore: ["*.md"] # don't build on markdown file changes
pull_request:
branches: [ "main" ]
paths-ignore: ["*.md"] # don't build on markdown file changes

jobs:
build:
Expand Down

0 comments on commit 43bad44

Please sign in to comment.