From 05202c85249ae6fb5a58cec0d381fa9834dabae4 Mon Sep 17 00:00:00 2001 From: bjdgyc Date: Sat, 10 Apr 2021 14:26:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0dev=E5=88=86=E6=94=AF?= =?UTF-8?q?=E7=9A=84action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 402d988..8e7ce8e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,9 +2,9 @@ name: Go on: push: - branches: [ main ] + branches: [ "main", "dev" ] pull_request: - branches: [ main ] + branches: [ "main", "dev" ] jobs: @@ -31,7 +31,7 @@ jobs: run: | cd server go build -v -o anylink -ldflags "-X main.COMMIT_ID=`git rev-parse HEAD`" - ./anylink -rev + ./anylink tool -v - name: Test coverage run: |