Commit Graph

2 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
4c086e9a3b Add pull_request trigger to deploy workflow so CI checks run on PRs
The deploy workflow only triggered on push to main and workflow_dispatch,
so the CI job was never started for pull requests. This prevented PRs
from being merged when required status checks were configured.

- Add pull_request trigger targeting the main branch
- Add conditional guards to skip actual deployment on PR events
- On PRs, the job runs (creating the status check) but skips deploy steps

Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
2026-03-01 03:58:15 +00:00
Alexa Amundson
2be38a9d6d ci: add GitHub Pages deploy workflow 2026-02-22 23:43:14 -06:00