Skip to content

Commit d1412a1

Browse files
authored
Update build.yml
1 parent aa704fb commit d1412a1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: build
22

33
on:
44
push:
5-
branches: [ 'main' ]
5+
branches:
6+
- main
67
pull_request:
78
branches: [ 'main' ]
89

@@ -58,4 +59,4 @@ jobs:
5859
uses: actions/upload-artifact@v4
5960
with:
6061
name: alist_${{ env.SHA }}_${{ matrix.target }}
61-
path: build/*
62+
path: build/*

0 commit comments

Comments
 (0)