vimwiki

Personal wiki for vim
git clone https://github.com/vimwiki/vimwiki.git
Log | Files | Refs | README | LICENSE

commit 48ce5b811dc952db5d7972d1e84d9888b5eeba26
parent acff8a5b1dd0f9f29797d979819b6e96efa5a656
Author: Tinmarino <tinmarino@gmail.com>
Date:   Sat, 11 Mar 2023 21:44:13 -0300

Cechk: add workfloa-diaptch trigger

Diffstat:
M.github/workflows/test-vader-action.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test-vader-action.yml b/.github/workflows/test-vader-action.yml @@ -4,7 +4,7 @@ name: Automatic regression test with Vim's Vader and Vint run-name: Vimwiki Automatic Regression Test -on: [push] +on: [push, workflow_dispatch] jobs: Check: