From baee147504a6f7af291d2e7e407bfff05875f36f Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Tue, 31 Jan 2023 16:33:40 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c030722f71..1a4c267503 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,8 @@ on: push: branches: [ release*, alpha, beta ] pull_request: - branches: [ release*, alpha, beta ] + branches: + - '**' env: NODE_VERSION: 19.3.0 PARSE_SERVER_TEST_TIMEOUT: 20000