Skip to content

Commit

Permalink
allow ci to build during PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
AbstractUmbra committed May 27, 2024
1 parent 555f249 commit 839b363
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
python tests/test_audioop.py
build_wheels:
if: github.event_name == 'push'
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
needs: [install_and_test]
Expand Down

0 comments on commit 839b363

Please sign in to comment.