From 7d5f50b04ad8646b39787af329d11de8071854a8 Mon Sep 17 00:00:00 2001 From: Xhofe Date: Wed, 23 Feb 2022 20:12:21 +0800 Subject: [PATCH] :construction_worker: build for all branch --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8d2079fe..c609b241 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,9 @@ name: build on: push: - branches: [ v2 ] + branches: [ ** ] pull_request: - branches: [ v2 ] + branches: [ ** ] jobs: build: @@ -28,7 +28,6 @@ jobs: - name: Checkout uses: actions/checkout@v2 with: - ref: v2 path: alist - name: Set up xgo