mattermost/.github/workflows/server-ci-master.yml
2024-02-28 10:55:04 +02:00

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