Browse Source

fix triggers for build actions

pull/3/head
Brett Langdon 5 years ago
parent
commit
06a696648f
Signed by: brettlangdon GPG Key ID: A70042D88B95AA2B
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      .github/workflows/build.yml

+ 5
- 1
.github/workflows/build.yml View File

@ -1,6 +1,10 @@
name: Build
on: [push, pull_request]
on:
pull_request:
release:
types:
- published
jobs:
build_wheels:


Loading…
Cancel
Save