ci: add dev branch to pull_request trigger

Same fix as headlamp-kube-vip-plugin#45 — PRs targeting dev branch
were not triggering CI because the pull_request branch filter only
listed main. This ensures CI also runs on PRs targeting dev.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-05-04 18:52:53 +00:00
committed by Hugh Hackman [agent]
parent 557a00a758
commit 45c19594aa
+1 -1
View File
@@ -4,7 +4,7 @@ on:
push:
branches: ['**']
pull_request:
branches: [main]
branches: [main, dev]
workflow_dispatch:
permissions: