From 3afc89695e27f74cc5ab75d4bd267469ccaa041d Mon Sep 17 00:00:00 2001 From: Nils Uhrberg Date: Mon, 15 Jan 2024 10:39:22 +0100 Subject: [PATCH] ci(test): Add workflow trigger `pull_request` back into project --- .github/workflows/pytest.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 230d6ef..3b6236b 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -1,6 +1,8 @@ name: 🧪 pytest on: + pull_request: + types: [ opened, reopened, synchronize ] pull_request_target: types: [ opened, reopened, synchronize ] workflow_call: