Skip to content

Commit 92327da

Browse files
committed
Trigger wheels building only on tags or PRs to main
1 parent d717e63 commit 92327da

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/cibuildwheels.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ on:
33
# Trigger the workflow on push or pull request,
44
# but only for the main branch
55
push:
6-
branches:
7-
- main
86
tags:
97
- '*'
108
pull_request:
@@ -25,8 +23,6 @@ env:
2523
jobs:
2624

2725
build_wheels:
28-
# Only build wheels when tagging (typically a release)
29-
# if: startsWith(github.event.ref, 'refs/tags')
3026
name: Build wheels on ${{ matrix.os }} for ${{ matrix.arch }} - ${{ matrix.p_ver }}
3127
runs-on: ${{ matrix.os }}
3228
permissions:

0 commit comments

Comments
 (0)