From 6810f9067c303f3959d6dc08e2738c34daaeef6b Mon Sep 17 00:00:00 2001 From: Felipe Augusto <14238257+felipementel@users.noreply.github.com> Date: Tue, 14 May 2024 12:14:15 -0300 Subject: [PATCH] Update pull-request-sonar.yml --- .github/workflows/pull-request-sonar.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull-request-sonar.yml b/.github/workflows/pull-request-sonar.yml index 906ed92..cb887cb 100644 --- a/.github/workflows/pull-request-sonar.yml +++ b/.github/workflows/pull-request-sonar.yml @@ -3,11 +3,11 @@ on: pull_request: types: [opened, synchronize, reopened] paths: - - 'src/*' + - "src/*" paths-ignore: - - 'docs/*' - - 'docker/*' - - './github/*' + - "docs/*" + - "docker/*" + - "./github/*" workflow_dispatch: # defaults: