0e895c1b61
* ci: switch to org-level reusable workflows * chore: retrigger CI after reusable workflows merged * feat: add workflow_dispatch to CI workflow --------- Co-authored-by: gandalf-the-greybeard[bot] <gandalf-the-greybeard[bot]@users.noreply.github.com> Co-authored-by: hugh-hackman[bot] <266376744+hugh-hackman[bot]@users.noreply.github.com> Co-authored-by: hugh-hackman[bot] <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
|