30a38e7ed0
Co-authored-by: Chris Farhood <chris@farhood.org>
14 lines
218 B
YAML
14 lines
218 B
YAML
name: CI
|
|
|
|
on:
|
|
push:
|
|
branches: [main, dev]
|
|
pull_request:
|
|
branches: [main, dev]
|
|
workflow_dispatch:
|
|
workflow_call:
|
|
|
|
jobs:
|
|
ci:
|
|
uses: privilegedescalation/.github/.github/workflows/plugin-ci.yaml@main
|