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