1
0
mirror of https://github.com/pnpm/action-setup.git synced 2025-03-31 21:20:12 +08:00

Add workflow_dispatch event

This commit is contained in:
khai96_ 2020-08-27 08:25:30 +07:00
parent 935101478d
commit fa62771e12

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