From 258ff613afe233e1830a3b5c429e7ef20e9f30fb Mon Sep 17 00:00:00 2001 From: rndquu Date: Mon, 30 Sep 2024 11:57:19 +0300 Subject: [PATCH] ci: test --- .github/workflows/run-semgrep.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-semgrep.yaml b/.github/workflows/run-semgrep.yaml index 5f36fe2b4..bcc45a4f0 100644 --- a/.github/workflows/run-semgrep.yaml +++ b/.github/workflows/run-semgrep.yaml @@ -1,9 +1,13 @@ name: Run Semgrep on: + workflow_dispatch: push: + paths: + - '**.sol' pull_request: - workflow_dispatch: + paths: + - '**.sol' jobs: semgrep: