From 522798abb6220bcfe12b8a4a938d3ade22f15d01 Mon Sep 17 00:00:00 2001 From: Jules Dejaeghere Date: Wed, 27 Dec 2023 11:48:41 +0100 Subject: [PATCH] Update pytest pipeline: run on pull request and push --- .github/workflows/pytest.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 042f6a5..e3d2dd7 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -1,6 +1,8 @@ name: Run Python tests -on: [push] +on: + push: + pull_request: jobs: build: