Skip to content

Commit

Permalink
update slither workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anajuliabit committed Jun 3, 2024
1 parent a443734 commit 4be3f70
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/slither-analyze.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: "Analyze an Ethereum project with Slither"

on: "workflow_call"
on:
workflow_dispatch:
push:
branches:
- "main"

jobs:
slither-analyze:
Expand Down

0 comments on commit 4be3f70

Please sign in to comment.