Skip to content

Commit

Permalink
adjust matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
musicEnfanthen committed Jan 17, 2024
1 parent 5e65752 commit 469d42d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-ci-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Python Wheel Build
on:
push:
# Trigger the workflow on push, but only for the develop-pypi and master branch
branches: [develop-pypi, master]
branches: [manylinux-test, develop-pypi, master]

# globals
env:
Expand Down Expand Up @@ -39,6 +39,9 @@ jobs:
- os: ubuntu-latest
architecture: x64
platform_id: manylinux_x86_64
- os: ubuntu-latest
architecture: x64
platform_id: manylinux_aarch64
exclude:
- os: macos-latest
architecture: x86
Expand Down

0 comments on commit 469d42d

Please sign in to comment.