Limit python triggering
parent
10754080fc
commit
d43d8b7c69
|
@ -1,6 +1,9 @@
|
||||||
# This triggers Cython builds on `gtsam-manylinux-build`
|
# This triggers Cython builds on `gtsam-manylinux-build`
|
||||||
name: Trigger Python Builds
|
name: Trigger Python Builds
|
||||||
on: push
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- develop
|
||||||
jobs:
|
jobs:
|
||||||
triggerCython:
|
triggerCython:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue