diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 726d7e1..4aa9205 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -52,10 +52,10 @@ jobs: fi # Check if the branch name starts with the expected prefixes - if [[ "$BRANCH_NAME" == release/* ]] || [[ "$BRANCH_NAME" == feat/* ]] || [[ "$BRANCH_NAME" == fix/* ]] || [[ "$BRANCH_NAME" == chore/* ]] || [[ "$BRANCH_NAME" == docs/* ]] || [[ "$BRANCH_NAME" == test/* ]]; then + if [[ "$BRANCH_NAME" == release/* ]] || [[ "$BRANCH_NAME" == feat/* ]] || [[ "$BRANCH_NAME" == fix/* ]] || [[ "$BRANCH_NAME" == chore/* ]] || [[ "$BRANCH_NAME" == docs/* ]] || [[ "$BRANCH_NAME" == test/* ]] || [[ "$BRANCH_NAME" == refactor/* ]]; then echo "Branch name is valid: $BRANCH_NAME" else - echo "Error: Branch name must start with 'release/', 'feat/', 'fix/', 'chore/', 'docs/', or 'test/'." + echo "Error: Branch name must start with 'release/', 'feat/', 'fix/', 'chore/', 'docs/', 'test/' or 'refactor/'." exit 1 # Exit if the branch name is not valid fi diff --git a/frontend/src/styles/header.ts b/frontend/src/styles/header.ts index 0958641..850f4c1 100644 --- a/frontend/src/styles/header.ts +++ b/frontend/src/styles/header.ts @@ -53,7 +53,7 @@ export const NavIcon = styled.img.attrs({ export const ScheduleDemo = styled.a.attrs({ className: 'shedule-a-demo-button', - href: "mailto:contact@shutter.network?subject=Schedule%20a%20Demo", + href: "https://calendly.com/loringharkness/30min", target: '_blank', })` background-color: #fde12d;