Skip to content

Commit

Permalink
Small changes in go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Dec 14, 2023
1 parent 81fd1b3 commit 4ea220d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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: [ master, yevhenii/ci ]
pull_request:
branches: [ master ]
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 4ea220d

Please sign in to comment.