Skip to content

Commit

Permalink
added name and workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Dec 4, 2024
1 parent 616a5b2 commit c93807f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Codecov

on:
push:
branches: [ main ]
paths:
- 'luxonis_ml/**'
- 'tests/**'
workflow_dispatch:

jobs:
update-base-report:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c93807f

Please sign in to comment.