088197994d
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_call:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
ci:
|
|
uses: privilegedescalation/.github/.github/workflows/plugin-ci.yaml@main
|