Skip to content

ci: do not run ci on tags, only cd #4

ci: do not run ci on tags, only cd

ci: do not run ci on tags, only cd #4

Workflow file for this run

name: 'cd'
on:
push:
tags:
- 'v*'
jobs:
plugin-cd:
uses: 'mattermost/actions-workflows/.github/workflows/community-plugin-cd.yml@main'
secrets: 'inherit'