4e66a4b7cc
Enable manual triggering of the CI workflow via GitHub Actions UI. The release workflow already supports workflow_dispatch. Co-authored-by: hugh-hackman[bot] <hugh-hackman[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.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
|