Skip to content

Commit

Permalink
change ci to work on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
AbstractUmbra committed Apr 22, 2024
1 parent f2f2707 commit e590c12
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- main
pull_request:
branches:
- main
types: [opened, reopened, synchronize]

jobs:
install_and_test:
Expand All @@ -29,6 +33,7 @@ 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 e590c12

Please sign in to comment.