chore: initialize project
All checks were successful
Deploy monie-landing (kaniko) / build-and-deploy (push) Successful in 10m34s
All checks were successful
Deploy monie-landing (kaniko) / build-and-deploy (push) Successful in 10m34s
This commit is contained in:
19
.husky/pre-push
Executable file
19
.husky/pre-push
Executable file
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
# branch="$(git rev-parse --abbrev-ref HEAD)"
|
||||
|
||||
# case "$branch" in
|
||||
# main|develop)
|
||||
# echo "Direct pushes to $branch are not allowed."
|
||||
# echo "Please create a feature/... or bugfix/... branch and open a PR/MR."
|
||||
# exit 1
|
||||
# ;;
|
||||
# feature/*|bugfix/*|hotfix/*|chore/*)
|
||||
# exit 0
|
||||
# ;;
|
||||
# *)
|
||||
# echo "Invalid branch name: $branch"
|
||||
# echo "Allowed branch prefixes: feature/*, bugfix/*, hotfix/*, chore/*"
|
||||
# exit 1
|
||||
# ;;
|
||||
# esac
|
||||
Reference in New Issue
Block a user