Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit ea5c61f

Browse files
committed
Add workflow_dispatch as another event to trigger github workflow
1 parent 5ae5dcc commit ea5c61f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pdk-test-unit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Run pdk test unit
33
on:
44
- push
55
- pull_request
6+
- workflow_dispatch
67

78
jobs:
89
validating:

0 commit comments

Comments
 (0)