Update static-analysis.yml (#3480)

### Description

- Updates slither static analysis to run on main for use with github
code scanning
pull/3489/head
Yorke Rhodes 8 months ago committed by GitHub
parent 3b520640d7
commit ba6ab2ce37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 9
      .github/workflows/static-analysis.yml

@ -1,12 +1,17 @@
name: static-analysis
on:
# Triggers the workflow on pull request against main
pull_request:
push:
# Triggers the workflow on push to main
branches: [main]
paths:
- 'solidity/**'
- '.github/workflows/static-analysis.yml'
# Triggers the workflow on pull request
pull_request:
paths:
- 'solidity/**'
- '.github/workflows/static-analysis.yml'
jobs:
slither:

Loading…
Cancel
Save