19 lines
286 B
YAML
19 lines
286 B
YAML
|
name: cd
|
||
|
on:
|
||
|
workflow_run:
|
||
|
workflows: ["ci"]
|
||
|
branches-ignore: ["*"]
|
||
|
types:
|
||
|
- completed
|
||
|
push:
|
||
|
tags:
|
||
|
- "v*"
|
||
|
|
||
|
permissions:
|
||
|
contents: read
|
||
|
|
||
|
jobs:
|
||
|
plugin-cd:
|
||
|
uses: mattermost/actions-workflows/.github/workflows/plugin-cd.yml@main
|
||
|
secrets: inherit
|