We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b63e3e5 commit 7cd065cCopy full SHA for 7cd065c
.github/workflows/ci.yml
@@ -1,11 +1,12 @@
1
name: CI
2
3
on:
4
+ pull_request:
5
+ branches:
6
+ - '*'
7
push:
- branches-ignore:
- - 'release-*'
- tags-ignore:
8
- - '*.*'
9
+ - master
10
11
jobs:
12
@@ -20,8 +21,7 @@ jobs:
20
21
go-version: 1.14
22
id: go
23
- - name: Check out code into the Go module directory
24
- uses: actions/checkout@v1
+ - uses: actions/checkout@v2
25
26
- name: Set up Docker Buildx
27
id: buildx
0 commit comments