Make the sample build only happen from a manual trigger

This commit is contained in:
Joe Rickerby
2020-11-14 14:52:20 +00:00
parent 309222cca3
commit 9d731cd440
+1 -6
View File
@@ -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: