Skip to content

Commit

Permalink
only build on release
Browse files Browse the repository at this point in the history
  • Loading branch information
michelp committed Aug 28, 2021
1 parent 1dfff82 commit df43430
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build
name: Build Wheels

on: [push, pull_request]
on:
release:
types:
- created

jobs:
build_wheels:
Expand Down

0 comments on commit df43430

Please sign in to comment.