Skip to content

feat: adds build step for pull requests

Michael Kargl requested to merge feat/adds-build-step-for-pullrequests into main

Whats the current behavior

Previously the CI Pipeline would only build and deploy the page on the main branch. It is imperative that, when developing new features, the build is run at least once during the PR

Whats the new behavior

During pull requests only a build step is performed to ensure code is compile time valid.

closes #27 (closed)

Merge request reports