From ca32b95d5214f40a88833e4da9e4ef2932cd63c7 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Fri, 1 Sep 2023 14:07:31 -0700 Subject: [PATCH] Trigger CI on PR (#32) --- .github/workflows/pytest.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index c62a381..7ea2978 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -1,6 +1,10 @@ name: tests -on: [push] +on: + push: + pull_request: + branches: + - main jobs: test: