diff --git a/.github/workflows/createtagandrelease.yml b/.github/workflows/createtagandrelease.yml index bb8ad0747..af993bf4c 100644 --- a/.github/workflows/createtagandrelease.yml +++ b/.github/workflows/createtagandrelease.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-20.04 permissions: contents: write - if: github.event.pull_request.merged && startsWith(github.head_ref, 'PR') && startsWith(github.base_ref, 'master') + if: github.event.pull_request.merged && startsWith(github.head_ref, 'ValidationPR') && startsWith(github.base_ref, 'master') steps: - uses: actions/checkout@v2 - name: Bump version and push tag