From 98365d0605076fc2b5488a3a593c50fc3886a7ab Mon Sep 17 00:00:00 2001 From: Sina Atalay <79940989+sinaatalay@users.noreply.github.com> Date: Fri, 9 Feb 2024 00:52:46 +0100 Subject: [PATCH] run ci for v1 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bf51abe..a886db7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,9 +2,9 @@ name: CI on: push: - branches: ["main"] + branches: ["main", "v1"] pull_request: - branches: ["main"] + branches: ["main", "v1"] release: types: ["published"]