From 63df3ea80d83a62d83dab0bb992e91d6ca3da536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Badenes?= Date: Mon, 25 May 2026 21:22:23 -0300 Subject: [PATCH] ci: run test-and-lint on PRs targeting next Mirrors inorbit-ai/inorbit-connector-python#74 so the next branch gets the same pre-merge gate as main. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/test-and-lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-and-lint.yml b/.github/workflows/test-and-lint.yml index c5ac2a4..21f1eab 100644 --- a/.github/workflows/test-and-lint.yml +++ b/.github/workflows/test-and-lint.yml @@ -4,6 +4,7 @@ on: pull_request: branches: - main + - next jobs: lint-and-test: