From 726f892883319ac62518ff8ef6a0db698dc94028 Mon Sep 17 00:00:00 2001 From: Christopher Gammie Date: Thu, 8 Feb 2024 17:34:26 +0000 Subject: [PATCH] build: add next branch to github actions --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3e32a59..8d333f2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,9 +2,9 @@ name: Tests on: push: - branches: [ main, develop, 4.x ] + branches: [ main, develop, next ] pull_request: - branches: [ main, develop, 4.x ] + branches: [ main, develop, next ] jobs: build: