Skip to content

Commit

Permalink
fix: enable ci foundry checks
Browse files Browse the repository at this point in the history
Signed-off-by: JDawg287 <[email protected]>
  • Loading branch information
JDawg287 committed Sep 13, 2024
1 parent 4650b5f commit e1270f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: test

on: workflow_dispatch
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]

env:
FOUNDRY_PROFILE: ci
Expand Down

0 comments on commit e1270f4

Please sign in to comment.