Skip to content

Commit

Permalink
ci: update pandoc workflow to run on main branch
Browse files Browse the repository at this point in the history
Update GitHub Actions workflow configuration to run pandoc to vimdoc
conversion on the main branch instead of the canary branch.

This change ensures documentation is properly generated and updated when
changes are merged into the main branch.
  • Loading branch information
deathbeam committed Dec 2, 2024
1 parent e78b386 commit 06ffc17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# Give the default GITHUB_TOKEN write permission to commit and push the changed files back to the repository.
contents: write
name: pandoc to vimdoc
if: ${{ github.ref == 'refs/heads/canary' }}
if: ${{ github.ref == 'refs/heads/main' }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 06ffc17

Please sign in to comment.