Skip to content

Commit

Permalink
chore: add pull request trigger for docgen (#339)
Browse files Browse the repository at this point in the history
* chore: add `pull_request` trigger for docgen

* pass ci
  • Loading branch information
jamestrew authored Nov 25, 2023
1 parent f41675f commit d7c4533
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/docgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
push:
branches-ignore:
- master
pull_request:
branches:
- master

jobs:
build-sources:
Expand Down
2 changes: 1 addition & 1 deletion lua/telescope/_extensions/file_browser/actions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ fb_actions.rename = function(prompt_bufnr)
end

--- Move multi-selected files or folders to current directory in |telescope-file-browser.picker.file_browser|.<br>
--- - Notes:
--- - Notes:
--- - Performs a blocking synchronized file-system operation.
--- - Moving multi-selections is sensitive to order of selection,
--- which potentially unpacks files from parent(s) dirs
Expand Down

0 comments on commit d7c4533

Please sign in to comment.