From 619dcc99d1bfcd4eb534316899482f07d4fb4c54 Mon Sep 17 00:00:00 2001 From: Jonathan Moody <103143855+moodyjon@users.noreply.github.com> Date: Mon, 1 Aug 2022 18:18:08 -0400 Subject: [PATCH] TEMP: Add manual workflow_dispatch --- .github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d85a0c1..0d8fc3f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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