SIGN IN SIGN UP

netlify: skip build if nothing changed (#5039)

The build now follows this logic: for non-pull-requests, i.e. tag pushes and merges to
main, we'll check if anything has changed in the relevant files, compared to
the previous deployment.

For PRs, we'll check for changes in the files relative to `main`.

Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
S
Stephan Renatus committed
3b01b9a6372b0ce9020b2c1a89b8e1d5c80f5779
Parent: ae8c6e0
Committed by GitHub <noreply@github.com> on 8/23/2022, 11:27:35 AM