mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
14 lines
209 B
YAML
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
|