Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
francescobianco committed Jan 4, 2025
1 parent 968cc09 commit 63df33f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,14 @@ ci-shellcheck:
@git commit -am "shellcheck"
@git push

## =======
## Develop
## =======

dev-push:
@git add .
@git commit -am "Small fix" || true
@git push

## ====
## Test
Expand Down

0 comments on commit 63df33f

Please # to comment.