Skip to content

Commit c9db51b

Browse files
committed
fix workflow
1 parent 457dc02 commit c9db51b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: test
22

33
on:
4+
pull_request:
5+
branches: [master]
46
push:
7+
branches: [master]
58
paths:
69
- '**.go'
710
- '.github/workflows/test.yml'
@@ -13,7 +16,7 @@ jobs:
1316
- name: Setup Go
1417
uses: actions/setup-go@v1
1518
with:
16-
go-version: 1.13
19+
go-version: '1.14.x'
1720
- name: Checkout
1821
uses: actions/checkout@v2
1922
- name: Test

0 commit comments

Comments
 (0)