From d248db59d249a387e80170ac6126f832c01c5a3b Mon Sep 17 00:00:00 2001 From: Inada Naoki Date: Wed, 28 Feb 2024 19:46:31 +0900 Subject: [PATCH] ci: run tests on master branch (#199) Signed-off-by: Inada Naoki --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c476bd8..cc13b8f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,7 @@ name: Run test on: push: branches: - - main + - master pull_request: jobs: @@ -30,8 +30,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - run: pipx run hatch build - - uses: actions/upload-artifact@v2 + - run: pipx run build + - uses: actions/upload-artifact@v4 with: name: dist - path: dist/*.* + path: dist/