summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-08-04 14:21:10 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-08-04 14:21:10 +0200
commit55aa64c8a0ebd3eeb3a2a53048151ff02d0e1a45 (patch)
treea1640478083b8687c9b3c512bccf538e6837b550
parent361c2279c176b16aa0d8c8268235c256e26ee88a (diff)
on push or PR
-rw-r--r--.github/workflows/pip-packaging-windows.yml11
1 files changed, 5 insertions, 6 deletions
diff --git a/.github/workflows/pip-packaging-windows.yml b/.github/workflows/pip-packaging-windows.yml
index 438108e8..cf6aa809 100644
--- a/.github/workflows/pip-packaging-windows.yml
+++ b/.github/workflows/pip-packaging-windows.yml
@@ -4,12 +4,11 @@ name: pip packaging windows
# release:
# types: [published]
-on:
- push:
- branches:
- - '*'
- - '*/*'
- - '**'
+on: [push, pull_request]
+ branches:
+ - '*'
+ - '*/*'
+ - '**'
jobs:
build: