Skip to content

Commit

Permalink
refactor: add github action tigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ikpil committed Nov 11, 2023
1 parent 7ed55ee commit 96dd09d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: .NET
on:
push:
branches:
- main
- 'main'
- 'pr/**'
paths:
- '**.cs'
- '**.csproj'
Expand All @@ -18,7 +19,7 @@ on:

jobs:
build-and-test:
name: build-and-test-${{matrix.os}}
name: test-${{matrix.os}}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 96dd09d

Please sign in to comment.