forked from GitHub/gf-core
Don't build binaries on push
This commit is contained in:
6
.github/workflows/build-python-package.yml
vendored
6
.github/workflows/build-python-package.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user