Skip to content

Commit 8cf7553

Browse files
Button to run github work flow
1 parent a540c84 commit 8cf7553

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dotnet-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: .NET Tests (collector)
33
on:
44
push: { branches: [ "main" ] }
55
pull_request: { branches: [ "main" ] }
6+
workflow_dispatch: {} # ← enables the “Run workflow” button
67

78
jobs:
89
test:

0 commit comments

Comments
 (0)