ci: create client PR preview only when backend code is not changed
Created by: valerybugakov
Context
Do not create a client PR preview if Go or GraphQL is changed to avoid confusing preview behavior because only Client code is used to deploy application preview.
Test plan
Ensure that client PR is not generated if Client
is changed together with Go
or GraphQL
.