We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f0798d commit cdfab47Copy full SHA for cdfab47
.github/workflows/ci.yml
@@ -75,6 +75,7 @@ jobs:
75
treesitter: true
76
77
- name: Push changes
78
+ if: github.ref == 'refs/heads/main' && github.event_name == 'push'
79
uses: stefanzweifel/git-auto-commit-action@v5
80
with:
81
commit_message: "docs: auto-generate vimdoc"
0 commit comments