Skip to content

Commit

Permalink
ci: add matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Dec 24, 2024
1 parent 4a8cd81 commit 5033082
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/merge-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ on:

jobs:
merge-checks:
runs-on: ubuntu-latest
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest

runs-on: ${{ matrix.os }}
if: '!github.event.pull_request.draft'
steps:
- name: Checkout
Expand Down

0 comments on commit 5033082

Please sign in to comment.