Skip to content

Commit

Permalink
Merge pull request #46 from fededim/fededim-patch-4
Browse files Browse the repository at this point in the history
Update dotnet.yml
  • Loading branch information
fededim authored Jul 29, 2024
2 parents 4477a20 + 02e4cad commit 426b8e0
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 @@ -4,9 +4,9 @@ name: "Main Build Process"
# every commit in a pull request, any published release.
on:
push:
branches: ["main"]
branches: ["master"]
pull_request:
branches: ["main"]
branches: ["master"]
release:
types: [published]

Expand Down Expand Up @@ -89,4 +89,4 @@ jobs:
if: always()
with:
# NOTE: using trx_files instead of files due to https://github.com/EnricoMi/publish-unit-test-result-action/issues/424
trx_files: "${{ github.workspace }}/**/*.trx"
trx_files: "${{ github.workspace }}/**/*.trx"

0 comments on commit 426b8e0

Please sign in to comment.