From 901227612f0f61f237904f6e22a3e80c241d5edf Mon Sep 17 00:00:00 2001 From: Cesare Naldi Date: Fri, 1 Nov 2024 15:32:07 +0100 Subject: [PATCH] fix: CI for next --- .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 7e68e9dd..4a664ee4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: 'CI actions: Build, Lint and Test' on: push: - branches: [main] + branches: [main, next] pull_request: - branches: [main] + branches: [main, next] jobs: build: