From e71b8000c2120018e50dc999babfd7da89712e76 Mon Sep 17 00:00:00 2001 From: qydysky Date: Sun, 4 Oct 2020 21:03:41 +0800 Subject: [PATCH] =?utf8?q?=E5=88=86=E6=94=AF=E4=B9=9F=E4=BD=BF=E7=94=A8act?= =?utf8?q?ion?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .github/workflows/go.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c39f7be..b8b526e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,8 +2,6 @@ name: Go on: push: - branches: - - master paths: - 'VERSION' @@ -66,7 +64,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v2 - + - name: Build run: go build -v -o demo/demo.run -i demo/main.go -- 2.39.2