Skip to content

Commit e3321a9

Browse files
committed
run build on all branches
1 parent 94df417 commit e3321a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ jobs:
102102
name: "Build Libs, WASM, and Python sdist"
103103
needs: "test"
104104
runs-on: ubuntu-latest
105-
if: "${{ github.ref == 'refs/heads/master' }}"
106105
steps:
107106
# Check out the code
108107
- uses: "actions/checkout@v2"
@@ -198,7 +197,7 @@ jobs:
198197
# via a "manylinux" container as specified by PEPs 513, 571, and 599
199198
name: "Build Linux Wheels"
200199
needs: "test"
201-
if: "${{ github.ref == 'refs/heads/master' }}"
200+
# if: "${{ github.ref == 'refs/heads/master' }}"
202201
strategy:
203202
matrix:
204203
manylinux:

0 commit comments

Comments
 (0)