Make the sample build only happen from a manual trigger
This commit is contained in:
@@ -1,12 +1,7 @@
|
|||||||
name: Sample build
|
name: Sample build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push: {}
|
workflow_dispatch: {}
|
||||||
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
|
|
||||||
- '**:**'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_wheels:
|
build_wheels:
|
||||||
|
|||||||
Reference in New Issue
Block a user