From 8f8505517a848f6f07a9768cee5e6ad883cc46b9 Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Fri, 29 Sep 2023 11:48:55 +0200 Subject: [PATCH] ci: run test cases when PR receive new commits or are marked as ready for review --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index faede03b5..b4b57d307 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -1,7 +1,7 @@ name: Tests on: pull_request: - types: [ opened, reopened ] + types: [ opened, reopened, synchronized, ready_for_review ] push: jobs: test: