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

18 lines
273 B
YAML

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