Skip to content

Commit c272d9c

Browse files
committed
* Migrated Linux and Python SDKs over into this repository
* Updated documentation to remind people of existing machine vision frameworks
1 parent 626d0af commit c272d9c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ name: ContinousIntegration
3232
on:
3333
push:
3434
branches: [ ]
35+
tags:
36+
- 'v*'
3537
workflow_dispatch:
3638

3739
jobs:
@@ -95,4 +97,4 @@ jobs:
9597
with:
9698
artifact_name: installer
9799
token: ${{ secrets.CITOKEN }}
98-
path: samples
100+
path: samples

0 commit comments

Comments
 (0)