diff --git a/.github/workflows/rc-release.yaml b/.github/workflows/rc-release.yaml index 1f442a4..3ee9bd1 100644 --- a/.github/workflows/rc-release.yaml +++ b/.github/workflows/rc-release.yaml @@ -1,14 +1,12 @@ name: Release Candidate on: - pull_request: - types: [closed] + push: branches: - - 'develop' + - develop jobs: # Bump the SDK version version_bump: - if: github.event.pull_request.merged == true name: Bump Version and Create Release runs-on: ubuntu-latest outputs: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e164c30..2a5dab0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,13 +1,11 @@ name: Production Release on: - pull_request: - types: [closed] + push: branches: - - 'main' + - main jobs: # Bump the SDK version version_bump: - if: github.event.pull_request.merged == true name: Bump Version and Create Release runs-on: ubuntu-latest outputs: