Files
mattermost/.github/workflows/server-ci-master.yml

14 lines
209 B
YAML

name: Server CI Master
on:
push:
branches:
- master
- cloud
- release-*
- mono-repo*
jobs:
master-ci:
uses: ./.github/workflows/server-ci-template.yml
secrets: inherit