Skip to content

Commit 0c8fa0b

Browse files
committed
ci: run tests on master branch
Signed-off-by: Inada Naoki <songofacandy@gmail.com>
1 parent 6117e64 commit 0c8fa0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Run test
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
pull_request:
88

99
jobs:
@@ -30,8 +30,8 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- uses: actions/checkout@v4
33-
- run: pipx run hatch build
34-
- uses: actions/upload-artifact@v2
33+
- run: pipx run build
34+
- uses: actions/upload-artifact@v4
3535
with:
3636
name: dist
37-
path: dist/*.*
37+
path: dist/

0 commit comments

Comments
 (0)