From 7da5623b3f5d7f72c1c94c13ae40e1c15086e637 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Nascimento?= Date: Wed, 6 Apr 2022 01:03:19 -0300 Subject: [PATCH] ci: include beta branch into release CI workflow --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 40c401e..bf1a1b8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -2,7 +2,7 @@ name: Release Workflow on: push: - branches: [master] + branches: [master, beta] jobs: versioning: