mattermost-plugin-fawkes/.github/workflows/cd.yml
Miguel de la Cruz fc2efe3988 Initial commit
2024-04-17 18:36:28 +02:00

18 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