Skip to content

Run workflow build for pull requests#57

Merged
chrjohn merged 2 commits into
mainfrom
copilot/build-every-pr
May 13, 2026
Merged

Run workflow build for pull requests#57
chrjohn merged 2 commits into
mainfrom
copilot/build-every-pr

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 13, 2026

Summary

Enable workflow builds for pull requests and prevent GitHub Pages deployment during PR events.

Changes

  • Added pull_request trigger for main and master branches in .github/workflows/deploy.yml
  • Added a condition on the deploy job so deployment only runs for push and workflow_dispatch

Validation

  • Ran local build steps before and after changes:
    • curl ... -o docs/_configuration_reference.mdx
    • npm ci
    • npm run build
  • Ran parallel validation:
    • Code Review: no comments
    • CodeQL: no alerts

Copilot AI requested a review from chrjohn May 13, 2026 19:17
@chrjohn chrjohn marked this pull request as ready for review May 13, 2026 19:22
@chrjohn chrjohn merged commit 260ad8a into main May 13, 2026
2 checks passed
@chrjohn chrjohn deleted the copilot/build-every-pr branch May 13, 2026 19:23
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