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