Skip to content

Commit cdfab47

Browse files
committed
fix(ci): skip doc push step on pull requests
1 parent 8f0798d commit cdfab47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
treesitter: true
7676

7777
- name: Push changes
78+
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
7879
uses: stefanzweifel/git-auto-commit-action@v5
7980
with:
8081
commit_message: "docs: auto-generate vimdoc"

0 commit comments

Comments
 (0)