👷 build for all branch

pull/661/head
Xhofe 2022-02-23 20:12:21 +08:00
parent cae7f36531
commit 7d5f50b04a
1 changed files with 2 additions and 3 deletions

View File

@ -2,9 +2,9 @@ name: build
on: on:
push: push:
branches: [ v2 ] branches: [ ** ]
pull_request: pull_request:
branches: [ v2 ] branches: [ ** ]
jobs: jobs:
build: build:
@ -28,7 +28,6 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
ref: v2
path: alist path: alist
- name: Set up xgo - name: Set up xgo