We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11bcb4b + 8cf7553 commit c7d9e08Copy full SHA for c7d9e08
.github/workflows/dotnet-tests.yml
@@ -3,6 +3,7 @@ name: .NET Tests (collector)
3
on:
4
push: { branches: [ "main" ] }
5
pull_request: { branches: [ "main" ] }
6
+ workflow_dispatch: {} # ← enables the “Run workflow” button
7
8
jobs:
9
test:
0 commit comments