mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
* MM-52438 Only run web app CI for PRs with web app changes * MM-52438 Don't wait to run web app tests in CI * MM-52438 Remove commented out caching * MM-52438 Reuse steps to set up webapp environment * MM-52438 Add test-ci script to root package.json * Simplify path filter
12 lines
170 B
YAML
12 lines
170 B
YAML
name: Web App CI Master
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
- cloud
|
|
- release-*
|
|
|
|
jobs:
|
|
master-ci:
|
|
uses: ./.github/workflows/webapp-ci-template.yml
|