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