1
0
forked from GitHub/gf-core

Don't build binaries on push

This commit is contained in:
John J. Camilleri
2020-11-18 23:24:38 +01:00
parent 8e9212d059
commit d39e4a22a8
4 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,10 @@
name: Build & Publish Python Package
on: [push, pull_request]
# Trigger the workflow on push or pull request, but only for the master branch
on:
pull_request:
push:
branches: [master]
jobs:
build_wheels: