Skip to content

Commit 9ad1503

Browse files
committed
Run CI build on PRs
1 parent 6fa80ce commit 9ad1503

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ on:
44
push:
55
branches: [v2.4]
66
paths:
7-
- src/box2dx/Box2D.NetStandard/**
7+
- src/**
8+
pull_request:
9+
branches: [v2.4]
10+
paths:
11+
- src/**
812

913
jobs:
1014
build:
@@ -17,4 +21,4 @@ jobs:
1721
with:
1822
dotnet-version: "5.0.x"
1923
- name: Box2D Build
20-
run: dotnet build src/box2dx/Box2D.NetStandard -c Release
24+
run: dotnet build src/ -c Release

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
uses: actions/setup-dotnet@v1
2121
with:
2222
dotnet-version: "3.1.x"
23-
- name: Execute Tests
23+
- name: Box2D Tests
2424
run: dotnet test src/ -c Release

0 commit comments

Comments
 (0)