Skip to content

Commit

Permalink
feat: change workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ikpil committed Sep 18, 2023
1 parent eb0b3f1 commit 87a5bd6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@ name: .NET

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
branches: [main]
paths:
- '**.cs'
- '**.csproj'
- '**.sln'

jobs:
build:

runs-on: ubuntu-latest
name: build-and-test-${{matrix.os}}
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 87a5bd6

Please sign in to comment.