mirror of
https://github.com/vector-im/element-web.git
synced 2026-07-05 23:10:16 +00:00
0317755e9c
* Add a github action to check the base branch It should be very rare that we ever PR into a branch that isn't 'develop', 'staging' or a feature branch, and this will give us a failed check when stacking up PRs on top of one another until the one below it is merged. * Name workflow