From 9d731cd440d68e6b19941e2cd1ddb34071b8c5b7 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sat, 14 Nov 2020 14:52:20 +0000 Subject: [PATCH] Make the sample build only happen from a manual trigger --- .github/workflows/sample_build.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/sample_build.yml b/.github/workflows/sample_build.yml index 926b1215..f12b30e5 100644 --- a/.github/workflows/sample_build.yml +++ b/.github/workflows/sample_build.yml @@ -1,12 +1,7 @@ name: Sample build on: - push: {} - pull_request: - branches: - # PRs from branches on the origin repo get a build from the 'push' - # trigger. So the pull_request trigger is limited to fork branches - - '**:**' + workflow_dispatch: {} jobs: build_wheels: