payload-validation #33

Merged
y merged 6 commits from payload-validation into staging 2025-04-03 08:01:56 +00:00
Showing only changes of commit 87c510b986 - Show all commits

@ -1,5 +1,7 @@
#!/bin/sh
echo "*****pre-commit hook******"
# Avoid commits to the master branch
BRANCH=`git rev-parse --abbrev-ref HEAD`
REGEX="^(master|main|staging|development)$"