diff --git a/Jenkinsfile b/Jenkinsfile index 92240d9a5..d19cae2ac 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,7 @@ pipeline { stage('Run Selenium tests') { when { expression { - return GIT_BRANCH.startsWith('PR') + return (GIT_BRANCH.startsWith('PR') || GIT_BRANCH.endsWith('-QA')) } } steps {