Skip to content

Commit

Permalink
Workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
brickpop committed May 30, 2024
1 parent e579492 commit 3bce55d
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ on:
workflow_dispatch:
push:
paths:
- 'lib/**'
- 'script/**'
- 'src/**'
- 'tests/**'
- '.github/workflows/*.yml'
- "lib/**"
- "script/**"
- "src/**"
- "test/**"
- "utils/**"
- ".github/workflows/*.yml"
- ".gitignore"
- "remappings.txt"
- "foundry.toml"

env:
FOUNDRY_PROFILE: ci
Expand Down

0 comments on commit 3bce55d

Please sign in to comment.