From eadebde232634b42258274198f46535b4c14ce18 Mon Sep 17 00:00:00 2001 From: Arran Schlosberg Date: Tue, 10 Sep 2024 19:58:09 +0100 Subject: [PATCH] chore: Go CI runs on `libevm` branch --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0c673d15f168..6a45f169f0bb 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,14 +2,14 @@ name: i386 linux tests on: push: - branches: [ master ] + branches: [ libevm ] pull_request: - branches: [ master ] + branches: [ libem ] workflow_dispatch: jobs: build: - runs-on: self-hosted + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Go