From 8d24b2826e70e45dba5b664a2600947deb48567b Mon Sep 17 00:00:00 2001 From: Stanislav Angelovic Date: Wed, 25 Jan 2023 00:28:28 +0100 Subject: [PATCH] chore: enable actions on release/v2.0 branch --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3add702..9ebf12f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,9 @@ on: push: branches: [ master ] pull_request: - branches: [ master ] + branches: + - master + - release/v2.0 jobs: build: