Skip to content

Commit

Permalink
Merge branch 'next' into chore/test/cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
xDivisionByZerox authored Mar 24, 2024
2 parents 30c5732 + df1c83d commit 1a1c3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
exit 1;
else
# Otherwise check if something doc related changed.
git diff --quiet origin/next...$COMMIT_REF -- . \':!src/locale/\' \':!src/locales/\' \':!test/\' \':!package.json\' \':!pnpm-lock.yaml\' \':!.github/\'
git diff --quiet origin/next...$COMMIT_REF -- . ":!src/locale/" ":!src/locales/" ":!test/" ":!package.json" ":!pnpm-lock.yaml" ":!.github/"
fi
'''

Expand Down

0 comments on commit 1a1c3f2

Please sign in to comment.