Skip to content

Commit c6967b3

Browse files
committed
github/workflows: fix the syntax error in ci.yml
Fixes the error in https://github.com/golang/vscode-go/actions/runs/53803644 And triggers the workflow for all push/prs. Change-Id: I1aa506b0863485a640b47c5da1993ace739c4ce8 GitHub-Last-Rev: dac3185 GitHub-Pull-Request: #7 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/222924 Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
1 parent 7bcec4e commit c6967b3

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)