From 8a9382eaf50186c01da57cb0a568c3418fb4ed3d Mon Sep 17 00:00:00 2001 From: amusingaxl <112016538+amusingaxl@users.noreply.github.com> Date: Thu, 9 May 2024 17:38:59 -0300 Subject: [PATCH] chore: update CI pipeline Add config to run tests automatically on pull requests --- .github/workflows/test.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9282e82..88b52e6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,9 +1,15 @@ name: test -on: workflow_dispatch +on: + push: + branches: + - master + - main + pull_request: env: FOUNDRY_PROFILE: ci + ETH_RPC_URL: ${{ secrets.ETH_RPC_URL }} jobs: check: