Skip to content

Commit

Permalink
ci: run on docs branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Robitx committed Dec 10, 2023
1 parent 5bd6785 commit 39aecb8
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 @@ -7,7 +7,7 @@ on:
jobs:
docs:
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/docs' }}
steps:
- uses: actions/checkout@v3
- name: panvimdoc
Expand Down

0 comments on commit 39aecb8

Please sign in to comment.