From f50ee9666b92c8595f2ffaa1384c6a0b2286908b Mon Sep 17 00:00:00 2001 From: Diego <105765223+0xfuturistic@users.noreply.github.com> Date: Fri, 2 Aug 2024 18:46:54 -0700 Subject: [PATCH] update gh workflows --- .github/workflows/test.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9282e82..9e0be8f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,10 @@ name: test -on: workflow_dispatch - +on: + workflow_dispatch: + push: + branches: + - main env: FOUNDRY_PROFILE: ci @@ -31,4 +34,4 @@ jobs: - name: Run Forge tests run: | forge test -vvv - id: test + id: test \ No newline at end of file