Skip to content

Commit c7d9e08

Browse files
Merge pull request #10 from HasanJaved-Developer/phase-5-webapp
Button to run github work flow
2 parents 11bcb4b + 8cf7553 commit c7d9e08

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)