From 3686804f7e4d098fe54813c6c7fa3b306ed0a611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moura?= Date: Sun, 14 Jan 2024 00:11:53 -0300 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7d88d0dddf..3a0cfa4948 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,6 +1,6 @@ name: Run Tests -on: push +on: [push, pull_request] permissions: contents: write @@ -29,4 +29,4 @@ jobs: poetry install - name: Run tests - run: poetry run pytest \ No newline at end of file + run: poetry run pytest