Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Jan 12, 2021
2 parents 9763d4d + e59c1ac commit 885a9bd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/python-ci-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: Python Wheel Build

on:
push:
# Trigger the workflow on push, but only for the develop-pypi branch
branches:
- develop-pypi
master
# Trigger the workflow on push, but only for the develop-pypi and master branch
branches: [develop-pypi, master]

# globals
env:
Expand Down

0 comments on commit 885a9bd

Please sign in to comment.