Skip to content

Commit d1aae78

Browse files
chore: build on PR
1 parent a2e5a6f commit d1aae78

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ on:
1111
- 'EntityDb.sln'
1212
- 'src/**'
1313
- 'test/**'
14+
pull_request:
15+
branches:
16+
- '**'
17+
paths:
18+
- '.github/workflows/build.yml'
19+
- 'global.json'
20+
- 'Directory.Build.props'
21+
- 'EntityDb.sln'
22+
- 'src/**'
23+
- 'test/**'
1424

1525
name: Build
1626

0 commit comments

Comments
 (0)