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