Add workflow_dispatch event

This commit is contained in:
khai96_ 2020-08-27 08:25:30 +07:00
parent 935101478d
commit fa62771e12
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ name: Test Action
on:
- push
- pull_request
- workflow_dispatch
jobs:
test_default_inputs: