From 9fa248750e42477745aa2afd0351c068c2b61623 Mon Sep 17 00:00:00 2001 From: ZynoXelek Date: Thu, 4 Jul 2024 20:55:01 +0200 Subject: [PATCH] Add pull request --- .github/workflows/pytest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 7fb7621..2d5df0b 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -1,6 +1,8 @@ name: Pytest on: + pull_request: + # Runs on pull requests to check that the website is building without errors pull_request_target: @@ -8,7 +10,6 @@ on: push: branches: - main - - Fork-Article # Allows you to run this workflow manually from the Actions tab workflow_dispatch: