Skip to content

Commit

Permalink
[feat]:Generation of wheels only on pull requests in the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hentt30 committed May 14, 2021
1 parent 28b231a commit 7b290f5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ env:
on:
push:
branches:
- develop
- main
pull_request:
branches:
- develop
- main
release:
types:
Expand All @@ -22,7 +20,6 @@ jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
if: github.event_name == 'release' && github.event.action == 'published'
env:
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.many_linux_tag }}
CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.many_linux_tag }}
Expand Down

0 comments on commit 7b290f5

Please sign in to comment.