Skip to content

Commit f20b1bb

Browse files
authored
workflows: update
1 parent 7974b63 commit f20b1bb

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
1-
name: Tests
1+
name: CI
22

3-
on: push
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
48

59
jobs:
6-
tests:
10+
ci:
711
runs-on: ubuntu-latest
812
steps:
913
- name: Checkout code
1014
uses: actions/checkout@v2
1115
- name: Setup Go
12-
uses: actions/setup-go@v1
16+
uses: actions/setup-go@v2
1317
with:
14-
go-version: 1.14
18+
go-version: 1
1519
- name: Cache build
1620
uses: actions/cache@v1
1721
with:

0 commit comments

Comments
 (0)