12 строки
176 B
YAML
12 строки
176 B
YAML
name: Server CI Master
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
- release-*
|
|
|
|
jobs:
|
|
master-ci:
|
|
uses: ./.github/workflows/server-ci-template.yml
|
|
secrets: inherit
|