From 6da2f75c14b10cc572d2851367d069b6aa6cff2e Mon Sep 17 00:00:00 2001 From: Valerii Sidorenko Date: Mon, 16 Jan 2023 09:45:44 +0100 Subject: [PATCH] chore: run checks on commits to next branch (#476) --- .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 dccf4f5bfd..4fa5034755 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [main] + branches: [main, next] pull_request: - branches: [main] + branches: [main, next] jobs: verify_files: