mirror of https://github.com/Xhofe/alist
👷 build for all branch
parent
01de01630e
commit
f7fbe1de6c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue