Skip to content

Commit dc4525b

Browse files
committed
ci: run tests on PRs
1 parent be1c677 commit dc4525b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow builds and tests the project
22

33
name: test
4-
on: push
4+
on: [push, pull_request]
55
env:
66
# Specifies dotnet SDK Version
77
DOTNET_VERSION: '8.0.x'

0 commit comments

Comments
 (0)