Skip to content

Commit

Permalink
improved on hook
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Dec 19, 2023
1 parent 8d4dc92 commit f24930b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: CI

on: pull_request
on:
pull_request:
branches: [ dev, main ]
paths:
- 'src/**'
- 'tests/**'
- .github/workflows/ci.yaml
- .github/workflows/luxonis-ml-ci.yaml

jobs:
call-reusable-workflow:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# LuxonisML

[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
![Style](https://github.com/luxonis/luxonis-ml/actions/workflows/unittests.yaml/badge.svg)
![CI](https://github.com/luxonis/luxonis-ml/actions/workflows/ci.yaml/badge.svg)
![Coverage](media/coverage_badge.svg)

A collection of helper function and utilities.
Expand Down

0 comments on commit f24930b

Please sign in to comment.