From f7fbe1de6cf586f0040eb2fe18b19f896aa75979 Mon Sep 17 00:00:00 2001 From: Xhofe Date: Wed, 23 Feb 2022 20:17:50 +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..fdff54a2 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