Skip to content

Commit

Permalink
Run on windows too
Browse files Browse the repository at this point in the history
  • Loading branch information
piersolenski committed Sep 19, 2024
1 parent d75acc0 commit fd47c69
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ on: [push]
jobs:
docs:
name: pandoc to vimdoc
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
if: ${{ github.ref != 'refs/heads/main' }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit fd47c69

Please sign in to comment.