From a6ad31efab0616176eda0bfb57cbdef1c3708ea2 Mon Sep 17 00:00:00 2001 From: Omar Abdulla Date: Thu, 10 Jul 2025 12:16:23 +0300 Subject: [PATCH] Remove temp run on push to branch --- .github/workflows/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4f0a16f..a070d06 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,9 +4,6 @@ on: push: branches: - main - # This is temporary and added so that all pushes to this branch would trigger the CI to run - # which allows us to debug it. - - bugfix/fix-ci-geth-on-ubuntu pull_request: branches: - main