Limit python triggering

release/4.3a0
Fan Jiang 2020-08-14 10:03:56 -04:00
parent 10754080fc
commit d43d8b7c69
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
# This triggers Cython builds on `gtsam-manylinux-build`
name: Trigger Python Builds
on: push
on:
push:
branches:
- develop
jobs:
triggerCython:
runs-on: ubuntu-latest