summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2020-05-04 16:06:22 +0200
committerRémi Flamary <remi.flamary@gmail.com>2020-05-04 16:06:22 +0200
commitba752bdba9a6733ebbb835cdbc59f1195a849245 (patch)
tree15107d9158d18a7f2f915cb860f90705928861f1
parentf0770af36cb2fef01156f3a30222eeace19a5352 (diff)
back to build wheels on master
-rw-r--r--.github/workflows/build_wheels.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index 7c61a06..662a604 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -4,7 +4,7 @@ on:
release:
push:
branches:
- - "**"
+ - "master"
jobs:
build_wheels: