Skip to content

Commit

Permalink
Update GH action branch
Browse files Browse the repository at this point in the history
  • Loading branch information
HonzaCuhel committed Oct 8, 2024
1 parent 2c3a03f commit 5967745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publishing a docker image

on:
push:
branches: ['cli']
branches: ['main']

env:
NAME: luxonis/tools_cli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Unit Tests
on:
pull_request:
branches:
- cli
- main
paths:
- 'tests/**'
- 'tools/**'
Expand Down

0 comments on commit 5967745

Please sign in to comment.