From ea89509a55a1f362ce9832ead6d57485821a9d53 Mon Sep 17 00:00:00 2001 From: Michal Mironczuk Date: Wed, 19 Feb 2025 12:29:50 +0100 Subject: [PATCH] Added paths for security alerts review --- .github/workflows/securityAlertsReview.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/securityAlertsReview.yml b/.github/workflows/securityAlertsReview.yml index bdb471fbd..40cc09342 100644 --- a/.github/workflows/securityAlertsReview.yml +++ b/.github/workflows/securityAlertsReview.yml @@ -11,6 +11,8 @@ on: pull_request: types: - ready_for_review + paths: + - 'src/**/*.sol' workflow_dispatch: jobs: