mattermost-plugin-fawkes/.github/workflows/ci.yml

19 lines
273 B
YAML
Raw Permalink Normal View History

2024-04-17 17:36:28 +01:00
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