From f351e2657193a6223e09d82bc3091ad79b9d3e98 Mon Sep 17 00:00:00 2001 From: timothyckl Date: Thu, 20 Aug 2026 22:06:12 +0800 Subject: [PATCH] chore: update repository links and CI triggers --- .github/workflows/tests.yml | 2 ++ README.md | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 32d5804..b242661 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,6 +1,8 @@ name: Tests on: + push: + branches: [main] pull_request: branches: [main] diff --git a/README.md b/README.md index c8c2664..5e899a3 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ npx @earendil-works/pi-ai login [provider] ```lua { - "tim/patch.nvim", + "timothyckl/patch.nvim", dependencies = { "MunifTanjim/nui.nvim", "rcarriga/nvim-notify", @@ -45,7 +45,7 @@ npx @earendil-works/pi-ai login [provider] ```lua use({ - "tim/patch.nvim", + "timothyckl/patch.nvim", requires = { "MunifTanjim/nui.nvim", "rcarriga/nvim-notify", @@ -58,7 +58,7 @@ use({ ```vim Plug 'MunifTanjim/nui.nvim' Plug 'rcarriga/nvim-notify' -Plug 'tim/patch.nvim' +Plug 'timothyckl/patch.nvim' ``` ## Configuration