Fix pipeline triggering on no changes
Not triggering a pipeline when there are no changes on the branch was introduced in #913 (closed). However, this is now broken again due to a commit that touched this. The changes should be happening when CI_PIPELINE_SOURCE
is web