Skip to content

Add CI checks for pull requests#20

Merged
TaprootFreak merged 2 commits intodevelopfrom
ci-pr-checks
Oct 18, 2025
Merged

Add CI checks for pull requests#20
TaprootFreak merged 2 commits intodevelopfrom
ci-pr-checks

Conversation

@TaprootFreak
Copy link
Contributor

Summary

  • Enable automated build checks on pull requests to develop branch
  • Prevent broken code from being merged

Changes

  • Modified frontend-dev.yaml to run build checks on PRs
  • Modified monitoring-dev.yaml to run Docker build checks on PRs
  • Separated build and deploy jobs
  • Deploy jobs only run on push to develop branch

Benefits

  • PRs are validated before merging
  • Catch build errors early
  • Maintain code quality in develop branch
  • No deployment overhead for PR checks

- Run build checks on PRs to develop branch
- Separate build and deploy jobs
- Deploy only on push to develop
- Ensure code quality before merging
- Enable build checks on PRs to main branch
- Apply same PR validation to production workflows
- Ensure code quality before production deployment
@TaprootFreak TaprootFreak requested a review from lapatric October 14, 2025 12:16
@TaprootFreak TaprootFreak merged commit 3848f34 into develop Oct 18, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants