diff --git a/.github/workflows/update-versions.yml b/.github/workflows/update-versions.yml index 0f1ad2b..259eaf8 100644 --- a/.github/workflows/update-versions.yml +++ b/.github/workflows/update-versions.yml @@ -8,7 +8,7 @@ on: jobs: setup: name: Setup - if: github.ref_name == 'master' || github.ref_name == 'rc' || github.ref_name == 'hotfix' + if: github.ref_name == 'DEVOPS-873-update-self-host-update-version-to-support-monorepo' || github.ref_name == 'rc' || github.ref_name == 'hotfix' runs-on: ubuntu-20.04 outputs: core_version: ${{ steps.get-core.outputs.version }}