Skip to content

Commit

Permalink
Rename deployment action
Browse files Browse the repository at this point in the history
  • Loading branch information
benknight135 committed Nov 29, 2021
1 parent 0658a8b commit 63d5087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy
name: Deployment

# only trigger on main branch pull request close events
# used to deploy code after merging
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Download the latest release [here](https://github.com/i3drobotics/stereo-vision-
For detailed instructions see the [User Guide](https://i3drobotics.github.io/stereo-vision-toolkit/app/UserGuide.pdf)

## Status
[![Deploy](https://github.com/i3drobotics/stereo-vision-toolkit/actions/workflows/deploy.yml/badge.svg)](https://github.com/i3drobotics/stereo-vision-toolkit/actions/workflows/deploy.yml)
[![Deployment](https://github.com/i3drobotics/stereo-vision-toolkit/actions/workflows/deploy.yml/badge.svg)](https://github.com/i3drobotics/stereo-vision-toolkit/actions/workflows/deploy.yml)

## About
I3DR's stereo vision toolkit is an application provided for testing of stereo cameras and gathering of 3D data.
Expand Down

0 comments on commit 63d5087

Please sign in to comment.