From f29d677875fefec01ff995cfe10ac279ce0ffeaa Mon Sep 17 00:00:00 2001 From: Zoey Date: Thu, 25 Jul 2024 14:38:26 +0200 Subject: [PATCH] devops: run CI on next branch --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 80e64b31..ef5b47aa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,9 +2,9 @@ name: nodejs CI on: push: - branches: [main] + branches: [main, next] pull_request: - branches: [main] + branches: [main, next] env: NODE_VER: 18.19.1