mirror of
https://code.forgejo.org/pnpm/action-setup.git
synced 2025-05-17 04:24:44 +00:00
Add workflow_dispatch event
This commit is contained in:
parent
935101478d
commit
fa62771e12
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yaml
vendored
1
.github/workflows/test.yaml
vendored
|
@ -3,6 +3,7 @@ name: Test Action
|
|||
on:
|
||||
- push
|
||||
- pull_request
|
||||
- workflow_dispatch
|
||||
|
||||
jobs:
|
||||
test_default_inputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue