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-22 21:14:04 -05:00 committed by GitHub
parent 30c984fd90
commit d3cfd27f5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: