From e9164c63348e7be2814572071757454c7b6e856e Mon Sep 17 00:00:00 2001 From: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com> Date: Thu, 5 Aug 2021 20:32:06 +0200 Subject: [PATCH] TSK-1691: run CI on every PR --- .github/workflows/continuous-integration.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 21669c0b4..858e7c21d 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -7,8 +7,7 @@ on: tags: - v[0-9]+\.[0-9]+\.[0-9]+ pull_request: - branches: - - master + env: JAVA_VERSION: 11 NODE_VERSION: 14.16.0