Skip to content

Commit

Permalink
Fix build error #24
Browse files Browse the repository at this point in the history
  • Loading branch information
harai committed Oct 2, 2024
1 parent 8c23488 commit 15fe6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
needs:
- build
- test
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/issue/24'
runs-on: ubuntu-24.04
steps:
- uses: actions/download-artifact@main
Expand Down

0 comments on commit 15fe6c2

Please sign in to comment.