From 1aa52b4302a0db44c8d495af2585106e29e5ebe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Quixada=CC=81?= Date: Sat, 13 May 2023 19:59:08 -0400 Subject: [PATCH] chore: expanded Github Actions to trigger on release branches --- .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 620e4a0..7e20a4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,9 @@ name: Main Branch on: push: - branches: [ main ] + branches: + - main + - v[0-9]+.x tags: - v[0-9]+.[0-9]+.[0-9]+