diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 730bd606..b54ce2b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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