From 1bb367953aba82a42b7752d428690b244808a682 Mon Sep 17 00:00:00 2001 From: Marco Kellershoff Date: Sun, 13 Oct 2024 20:26:09 +0200 Subject: [PATCH] feat(ci): windows --- .github/workflows/test-windows.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index 3f917619..a1ced3dd 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -2,11 +2,13 @@ name: Test on Windows on: - # Allows you to run this workflow manually from the Actions tab + pull_request: + branches: + - main workflow_dispatch: jobs: - test-linux: + test-windows: name: Test Windows runs-on: windows-latest steps: