Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
rndquu committed Sep 30, 2024
1 parent e21970e commit 258ff61
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run-semgrep.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Run Semgrep

on:
workflow_dispatch:
push:
paths:
- '**.sol'
pull_request:
workflow_dispatch:
paths:
- '**.sol'

jobs:
semgrep:
Expand Down

0 comments on commit 258ff61

Please sign in to comment.