From 937d822e3fc940da0d36839bd0652b524ea70772 Mon Sep 17 00:00:00 2001 From: Mario Pinto Date: Fri, 6 Sep 2024 22:40:29 +0100 Subject: [PATCH] chore(ci): Add CI to beta branch --- .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 e282a94..ee6c4d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: ["main"] + branches: ["main", "beta"] pull_request: - branches: ["main"] + branches: ["main", "beta"] jobs: build: