fix: trigger CI on PRs targeting dev branch #47

Closed
privilegedescalation-engineer[bot] wants to merge 1 commits from hugh/fix-ci-trigger-dev-branch into main
privilegedescalation-engineer[bot] commented 2026-05-04 19:23:18 +00:00 (Migrated from github.com)

Summary

  • kube-vip#44 is a PR targeting dev branch
  • The CI workflow (.github/workflows/ci.yaml) only listed main in pull_request.branches, so CI never triggered
  • Fix: add dev to the pull_request.branches list

Files changed

  • .github/workflows/ci.yaml — added dev to pull_request.branches
## Summary - kube-vip#44 is a PR targeting `dev` branch - The CI workflow (`.github/workflows/ci.yaml`) only listed `main` in `pull_request.branches`, so CI never triggered - Fix: add `dev` to the `pull_request.branches` list ## Files changed - `.github/workflows/ci.yaml` — added `dev` to `pull_request.branches`
greptile-apps[bot] (Migrated from github.com) reviewed 2026-05-04 19:23:25 +00:00
greptile-apps[bot] (Migrated from github.com) left a comment

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method [here](https://app.greptile.com/review/github).

Pull request closed

Sign in to join this conversation.