Skip to content

Commit

Permalink
chore: Go CI runs on libevm branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ARR4N committed Sep 10, 2024
1 parent 5429fd8 commit eadebde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eadebde

Please sign in to comment.