7.1 Commit the pipeline

Commit the pipeline to the feature branch

cd vprofile-app
git add .
git commit -m "Pipeline"
git push origin feature-X

Pushing to a feature branch does not trigger the pipeline. Check the Actions tab - nothing runs.