From: qydysky Date: Sun, 4 Oct 2020 13:03:41 +0000 (+0800) Subject: 分支也使用action X-Git-Tag: v0.1.0~1^2 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=e71b8000c2120018e50dc999babfd7da89712e76;p=bili_danmu%2F.git 分支也使用action --- 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