mirror of https://github.com/vector-im/riot-web
Comment why end to end tests are only on the develop branch
parent
291723107a
commit
5399929da5
|
@ -1,5 +1,8 @@
|
||||||
name: Develop
|
name: Develop
|
||||||
on:
|
on:
|
||||||
|
# These tests won't work for non-develop branches at the moment as they
|
||||||
|
# won't pull in the right versions of other repos, so they're only enabled
|
||||||
|
# on develop.
|
||||||
push:
|
push:
|
||||||
branches: [develop]
|
branches: [develop]
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
Loading…
Reference in New Issue