build: re-enable CI for windows changes (#3572)

I got the conditional reversed in https://github.com/libuv/libuv/pull/3564
This commit is contained in:
Jameson Nash 2022-03-22 15:09:06 -04:00 committed by GitHub
parent e64ec13c13
commit abf201a894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ on:
paths:
- '**'
- '!docs/**'
- '!src/win/**'
- '!src/unix/**'
- '!.**'
- '.github/workflows/CI-win.yml'
push: