Fix/actions (#1213)

* ci(release): trigger release on main branch push

* chore(release): update release workflow to use main branch
This commit is contained in:
Prad Nukala
2024-12-23 02:14:04 +00:00
committed by GitHub
parent 30c984fd90
commit d3cfd27f5a
+3 -1
View File
@@ -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: