From f5a1b22f0d7a7edf345599542c006de14b1269a6 Mon Sep 17 00:00:00 2001 From: Peter Grlica Date: Tue, 9 Jan 2024 15:42:32 +0100 Subject: [PATCH] Tests on new/reopened PRs --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8662c7317..f5ce6924e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: "Test on main branch push" +name: "Server and lib tests" # These jobs can be tested with nektos/act tool # https://github.com/nektos/act @@ -6,6 +6,8 @@ name: "Test on main branch push" # Look for "!env.ACT" in the DRY_RUN expression below on: + pull_request: + types: [opened, reopened, synchronize] push: branches: - '202[2-9].[39].x'