Skip to content

Commit 84caec9

Browse files
committed
ci: run tests on all branches
1 parent a15c3d4 commit 84caec9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: i386 linux tests
22

33
on:
4-
push:
5-
branches: [ master ]
4+
push:
65
pull_request:
76
branches: [ master ]
87
workflow_dispatch:
@@ -45,4 +44,4 @@ jobs:
4544
run: go test -short ./...
4645
env:
4746
GOOS: linux
48-
GOARCH: 386
47+
GOARCH: 386

0 commit comments

Comments
 (0)