Skip to content

Commit 1a23116

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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, workflow_dispatch]
55
env:
66
# Specifies dotnet SDK Version
77
DOTNET_VERSION: '8.0.x'

0 commit comments

Comments
 (0)