Rename workflows to make it clearer (#23316)

Mattermost build was a confusingly named workflow. Changed it
to Server CI to make it consistent with Webapp CI.

Also changed the filenames.

```release-note
NONE
```
This commit is contained in:
Agniva De Sarker
2023-05-08 13:13:39 +05:30
committed by GitHub
parent be771b187b
commit c140f43e74
3 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
name: Artifacts generation and upload
on:
workflow_run:
workflows: ["Mattermost Build"]
workflows: ["Server CI"]
types:
- completed

View File

@@ -1,4 +1,4 @@
name: Mattermost Build
name: Server CI
on:
pull_request:
push: