From 8e3147c49c070a208b56fb1a337b138578d6b44a Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Wed, 4 May 2022 08:36:01 -0700 Subject: [PATCH] Enable CI on beta branch --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0f77591ae2..e3dcbed077 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,11 +3,11 @@ name: CI on: workflow_dispatch: {} push: - branches: [ master ] + branches: [ master, beta ] tags: - v[0-9]+.[0-9]+.[0-9]+* pull_request: - branches: [ master ] + branches: [ master, beta ] jobs: