Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nmetulev authored Dec 13, 2024
1 parent 8e81feb commit 8779d57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- 'main'
- 'rel/v**'
- 'dev/**'
pull_request:
branches: [ "main" ]

Expand Down Expand Up @@ -98,4 +99,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: test-results-${{ matrix.dotnet-arch }}
path: TestResults
path: TestResults

0 comments on commit 8779d57

Please sign in to comment.