We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be1c677 commit 1a23116Copy full SHA for 1a23116
1 file changed
.github/workflows/test.yml
@@ -1,7 +1,7 @@
1
# This workflow builds and tests the project
2
3
name: test
4
-on: push
+on: [push, pull_request, workflow_dispatch]
5
env:
6
# Specifies dotnet SDK Version
7
DOTNET_VERSION: '8.0.x'
0 commit comments