TEMP: Add manual workflow_dispatch

This commit is contained in:
Jonathan Moody 2022-08-01 18:18:08 -04:00
parent 2b98b5ce8a
commit 619dcc99d1

View file

@ -2,10 +2,7 @@
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: build
on:
push:
branches:
- master
on: ["push", "pull_request", "workflow_dispatch"]
jobs:
manylinux:
runs-on: ubuntu-18.04