Prevent double-builds of the sample

This commit is contained in:
Joe Rickerby
2020-11-13 16:33:59 +00:00
parent 38297e6663
commit 8b8d6d749c
+7 -1
View File
@@ -1,6 +1,12 @@
name: Sample build
on: [push, pull_request]
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
- '**:**'
jobs:
build_wheels: