👷 build for all branch

pull/661/head
Xhofe 2022-02-23 20:17:50 +08:00
parent 01de01630e
commit f7fbe1de6c
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