Skip to content

ODH Release "2.10.0": Version Update #9

ODH Release "2.10.0": Version Update

ODH Release "2.10.0": Version Update #9

Workflow file for this run

name: Release ODH
on:
pull_request:
types:
- closed
jobs:
release-odh:
if: github.event.pull_request.merged == true && startsWith( ${{ github.event.pull_request.title }}, 'ODH Release' ) && endsWith( ${{ github.event.pull_request.title }}, 'Version Update' )
runs-on: ubuntu-latest
steps:
- run: |
echo The PR was merged and now we can trigger a release branch creation