Skip to content

Commit

Permalink
Trigger build on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
kerryjiang authored Apr 22, 2024
1 parent 4f7e810 commit 01e4603
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- master
- 2refactory
pull_request:
branches:
- master

jobs:
build:
Expand Down Expand Up @@ -37,4 +40,4 @@ jobs:
- name: Test
run: |
cd test/SuperSocket.Tests
dotnet test
dotnet test

0 comments on commit 01e4603

Please sign in to comment.