From 769d16af0822a4afd0f5cf3e17ea93e254ee5129 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Tue, 4 Aug 2020 14:32:31 +0200 Subject: on push or PR --- .github/workflows/pip-packaging-windows.yml | 17 ++++++++++++----- 1 file 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: -- cgit v1.2.3