From aa94eff2d5d86e5461f240019c9024c0b151c849 Mon Sep 17 00:00:00 2001 From: LF Barrile Date: Mon, 9 Dec 2024 18:51:23 -0300 Subject: [PATCH] enable release by branch with feature/* --- .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 1b7564a7..ab21a003 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -49,7 +49,7 @@ jobs: # run: npm run test publish_release: - if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/heads/hotfix/') + if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/heads/hotfix/') || startsWith(github.ref, 'refs/heads/feature/') runs-on: ubuntu-latest #needs: integration_tests environment: