From ff9894eded0e05b68e605ce2cfb9d9f40c6c0e1d Mon Sep 17 00:00:00 2001 From: Eugene Taranov Date: Thu, 18 Jun 2020 14:03:39 +0300 Subject: [PATCH] enable pr --- .github/workflows/sonar.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 2f1d308..ea41270 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -3,6 +3,8 @@ name: Run sonar analysis on: push: branches: [ master ] + pull-request: + branches: [ master ] env: SONAR_URL: https://sonarcloud.io