Files
mattermost/.github/workflows/webapp-ci-master.yml
Harrison Healey 3b5e556e1c MM-52438 Clean up web app CI and only run when web app code is changed (#23232)
* 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
2023-05-17 13:59:34 -04:00

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