From f94f35443a599bd7ff47e596947931789dfe0fe8 Mon Sep 17 00:00:00 2001 From: Omar Abdulla Date: Thu, 10 Jul 2025 11:40:34 +0300 Subject: [PATCH] temp: run on each push --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ea70b4f..27273aa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,6 +4,9 @@ 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