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:
@@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
branches: ['**']
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [main, dev]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user