fix: trigger CI on PRs targeting dev branch

The CI workflow was only triggering for PRs to main, but kube-vip#44
is a PR targeting the dev branch. Adding 'dev' to the pull_request
branches list ensures CI runs for all plugin PRs regardless of target.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-05-04 19:22:57 +00:00
committed by Hugh Hackman [agent]
parent dd2d942d39
commit 6dd76b25cf
+1 -1
View File
@@ -4,7 +4,7 @@ on:
push:
branches: [main]
pull_request:
branches: [main]
branches: [main, dev]
workflow_call:
workflow_dispatch: