Skip to content

Commit

Permalink
push depends on lint not check
Browse files Browse the repository at this point in the history
  • Loading branch information
akarve committed Jun 5, 2024
1 parent 72adc9b commit d686179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ publish: install-local lint test readme-cmds build git-no-unsaved git-on-main
git pull origin main
python3 -m twine upload dist/*

push: lint test git-off-main git-no-unsaved
push: lint git-off-main git-no-unsaved
@branch=$$(git symbolic-ref --short HEAD); \
git push origin $$branch

Expand Down

0 comments on commit d686179

Please sign in to comment.