Skip to content

Commit

Permalink
ci(docs): enable triggering on dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sphamba committed Dec 5, 2024
1 parent ebdff8d commit 84fd142
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
Expand All @@ -17,7 +18,7 @@ jobs:
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: smear-cursor.nvim
vimdoc: smear-cursor
version: "Neovim >= 0.10.2"
demojify: true
treesitter: true
Expand Down

0 comments on commit 84fd142

Please sign in to comment.