Skip to content

ci

ci #452

Workflow file for this run

name: ci
on:
schedule:
- cron: "0 0 * * *"
push:
branches:
- master
tags:
- "v*"
pull_request:
permissions:
contents: write
jobs:
plugin-ci:
uses: mattermost/actions-workflows/.github/workflows/community-plugin-ci.yml@ce05ecbb0c51643e1cffb7834469df74ab68dae5
secrets: inherit