Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
siblount authored Oct 1, 2023
1 parent b8f105e commit 73af530
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: .NET Test

on:
push:
branches: [ "main" ]
branches: [ "main", "pending-main" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "pending-main" ]

jobs:
build:
Expand All @@ -23,4 +23,4 @@ jobs:
- name: Restore dependencies
run: dotnet restore src/
- name: Test
run: dotnet test src/ --no-build --verbosity normal
run: dotnet test src/ --verbosity normal

0 comments on commit 73af530

Please sign in to comment.