From 7ecaec613d34baeb8d6329d318fe5dd1277108aa Mon Sep 17 00:00:00 2001 From: Bartosz Sosnowski Date: Wed, 16 Sep 2020 18:30:45 +0200 Subject: [PATCH] Change the trigger for the Windows CI (#494) --- .github/workflows/windows-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index bb459782..ab187981 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -1,5 +1,5 @@ name: Windows CI -on: [watch] +on: [pull_request] jobs: run-windows-tests: