Skip to content

Commit cd8c92e

Browse files
authored
revert workflow triggers and chacks
1 parent 9059979 commit cd8c92e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/cibuildwheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Wheels
33
on:
44
push:
55
branches:
6-
- frombuffer
76
- master
87
- v[0-9]+.[0-9]+.x
98
tags:
@@ -13,7 +12,7 @@ jobs:
1312
build_wheels:
1413
name: Build wheels for ${{ matrix.arch }} on ${{ matrix.os }}
1514
runs-on: ${{ matrix.os }} # Only build wheels when tagging (typically a release)
16-
# if: startsWith(github.event.ref, 'refs/tags')
15+
if: startsWith(github.event.ref, 'refs/tags')
1716
strategy:
1817
matrix:
1918
os: [ubuntu-latest, windows-latest, macos-latest]

0 commit comments

Comments
 (0)