From b7815ed80aea5bd487575b817624f6b591961915 Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Thu, 5 Jan 2023 13:21:44 +0100 Subject: [PATCH] ci: Add LTS branches to CI workflow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a826abc..7fbadcf5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,9 @@ name: ci on: push: - branches: [ release, alpha, beta ] + branches: [ release*, alpha, beta ] pull_request: - branches: [ release, alpha, beta ] + branches: [ release*, alpha, beta ] env: NODE_VERSION: 18.12.1 PARSE_SERVER_TEST_TIMEOUT: 20000