Skip to content

Commit

Permalink
fix pipeline branch
Browse files Browse the repository at this point in the history
  • Loading branch information
majkel89 committed Mar 2, 2024
1 parent 4280fce commit 2be003c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: .NET

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

jobs:
build:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
run: dotnet publish -c ${{ env.dotNetConfiguration }} -r linux-x64 --no-self-contained

- name: Test
run: dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage"
run: dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage"

- name: Coverage
run: |
Expand Down

0 comments on commit 2be003c

Please sign in to comment.