5ba910c821
* ci: switch to org-level reusable workflows Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * chore: retrigger CI after reusable workflows merged * feat: add workflow_dispatch to CI workflow --------- Co-authored-by: hugh-hackman[bot] <hugh-hackman[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: hugh-hackman[bot] <266376744+hugh-hackman[bot]@users.noreply.github.com>
14 lines
208 B
YAML
14 lines
208 B
YAML
name: CI
|
|
|
|
on:
|
|
push:
|
|
branches: [main]
|
|
pull_request:
|
|
branches: [main]
|
|
workflow_dispatch:
|
|
workflow_call:
|
|
|
|
jobs:
|
|
ci:
|
|
uses: privilegedescalation/.github/.github/workflows/plugin-ci.yaml@main
|