Skip to content

Commit

Permalink
feat(ci): update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
owieth committed Feb 1, 2024
1 parent 5a1ead8 commit d76bd1f
Show file tree
Hide file tree
Showing 3 changed files with 482 additions and 655 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/slither.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Slither Analysis

on: [push]
on:
push: {}
workflow_dispatch: {}

jobs:
analyze:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Build & Test

on:
push:
branches:
- main
- 'feature/**'
push: {}
workflow_dispatch: {}

env:
FOUNDRY_PROFILE: ci
Expand Down
Loading

0 comments on commit d76bd1f

Please sign in to comment.