mirror of
https://github.com/mattermost/mattermost.git
synced 2026-04-14 05:28:31 -04:00
11 lines
176 B
YAML
11 lines
176 B
YAML
name: Server CI Master
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
- release-*
|
|
|
|
jobs:
|
|
master-ci:
|
|
uses: ./.github/workflows/server-ci-template.yml
|
|
secrets: inherit
|