From d3cfd27f5a4bd4bcaef6daba39150443d83d895d Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Sun, 22 Dec 2024 21:14:04 -0500 Subject: [PATCH] Fix/actions (#1213) * ci(release): trigger release on main branch push * chore(release): update release workflow to use main branch --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa5ad511d..955bc3ad2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,13 +6,15 @@ on: push: tags: - v* + branches: + - main permissions: contents: write jobs: bump-version: - if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'develop' + if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main' runs-on: ubuntu-latest name: Bump Current Version outputs: