Skip to content

Commit

Permalink
ci: run tests on master branch (#199)
Browse files Browse the repository at this point in the history
Signed-off-by: Inada Naoki <songofacandy@gmail.com>
  • Loading branch information
methane committed Feb 28, 2024
1 parent 6117e64 commit d248db5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Expand Up @@ -3,7 +3,7 @@ name: Run test
on:
push:
branches:
- main
- master
pull_request:

jobs:
Expand All @@ -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/

0 comments on commit d248db5

Please sign in to comment.