From 103ac425bb10efd43610f7a16f17298bfd61e71c Mon Sep 17 00:00:00 2001 From: Bogdan Ungureanu Date: Fri, 18 Oct 2024 01:59:53 +0300 Subject: [PATCH] chore: Update ci.yml (#1902) --- .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 9f92be356..995e23575 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: build on: push: - branches: [ master ] + branches: [ master, v2 ] pull_request: - branches: [ master ] + branches: [ master, v2 ] jobs: test: