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>