45c19594aa
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>
16 lines
227 B
YAML
16 lines
227 B
YAML
name: CI
|
|
|
|
on:
|
|
push:
|
|
branches: ['**']
|
|
pull_request:
|
|
branches: [main, dev]
|
|
workflow_dispatch:
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
jobs:
|
|
ci:
|
|
uses: privilegedescalation/.github/.github/workflows/plugin-ci.yaml@main
|