Skip to content

Commit

Permalink
fix(ci): skip doc push step on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Jul 8, 2024
1 parent 8f0798d commit cdfab47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
treesitter: true

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

0 comments on commit cdfab47

Please sign in to comment.