diff --git a/.github/workflows/pre-check-integration.yml b/.github/workflows/pre-check-integration.yml index 00c47a41f5a..c8594081ff3 100644 --- a/.github/workflows/pre-check-integration.yml +++ b/.github/workflows/pre-check-integration.yml @@ -16,7 +16,7 @@ on: github.event_name != 'pull_request' || ( ( github.event.pull_request.base.ref == 'master' || - github.event.pull_request.base.ref == 'release-pismo' || + startsWith(github.event.pull_request.base.ref, 'release-') || github.event.pull_request.base.ref == 'beta' ) && github.event.pull_request.draft == false &&