Skip to content

Commit

Permalink
ci: deploy storybook from the current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ignromanov committed Oct 21, 2024
1 parent 44eb911 commit 6e1cc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vercel/storybook-branch-filtering.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

echo "VERCEL_GIT_COMMIT_REF: $VERCEL_GIT_COMMIT_REF"

if [[ "$VERCEL_GIT_COMMIT_REF" == "develop" ]] ; then
if [[ "$VERCEL_GIT_COMMIT_REF" == "develop" || "$VERCEL_GIT_COMMIT_REF" == "task/new-design-system" ]] ; then
# Proceed with the build
echo "✅ - Build can proceed"
exit 1;
Expand Down

0 comments on commit 6e1cc76

Please sign in to comment.