Skip to content

Run build on PRs without deploying to GitHub Pages#68

Merged
bytestream merged 1 commit into
masterfrom
copilot/change-workflow-for-pr-testing
May 29, 2026
Merged

Run build on PRs without deploying to GitHub Pages#68
bytestream merged 1 commit into
masterfrom
copilot/change-workflow-for-pr-testing

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 29, 2026

The deploy-pages workflow only ran on push to main/master, so PRs had no CI validation that the build still works.

  • Added pull_request trigger so the build job runs on PRs
  • Added if: github.event_name != 'pull_request' condition on the deploy job to preserve existing deployment rules (push to main/master and workflow_dispatch only)

@bytestream bytestream marked this pull request as ready for review May 29, 2026 09:45
Copilot AI review requested due to automatic review settings May 29, 2026 09:45
@bytestream bytestream merged commit 4401a45 into master May 29, 2026
1 check failed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

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.

3 participants