You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-01 13:11:10 +03:00
Only run e2e tests on develop and PR targetting develop
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
6
.github/workflows/end-to-end-tests.yml
vendored
6
.github/workflows/end-to-end-tests.yml
vendored
@@ -1,5 +1,9 @@
|
||||
name: "end-to-end_tests"
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches: [develop]
|
||||
pull_request:
|
||||
branches: [develop]
|
||||
jobs:
|
||||
"end-to-end_tests":
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user