Skip to content

Commit

Permalink
ci: Update contracts testing workflow to run automatically on PR open
Browse files Browse the repository at this point in the history
  • Loading branch information
sayandcode committed Jan 7, 2024
1 parent 2aad57c commit 433e073
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test-contracts.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Test Contracts

on: workflow_dispatch
on:
pull_request:
types:
- opened
- synchronize
- reopened
- edited

env:
FOUNDRY_PROFILE: ci
Expand Down

0 comments on commit 433e073

Please sign in to comment.