Skip to content

Commit dac3185

Browse files
committed
github/workflows: fix syntax error in ci.yml
1 parent 7bcec4e commit dac3185

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
name: build
22

3-
on:
4-
# Trigger the workflow on push or pull request,
5-
# but only for the master branch
6-
push:
7-
branches:
8-
- *
9-
pull_request:
10-
branches:
11-
- master
3+
on: [push, pull_request]
124

135
env:
146
GOPATH: /tmp/go

0 commit comments

Comments
 (0)