mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 12:45:11 +08:00
Comment why end to end tests are only on the develop branch
This commit is contained in:
parent
291723107a
commit
5399929da5
3
.github/workflows/develop.yml
vendored
3
.github/workflows/develop.yml
vendored
@ -1,5 +1,8 @@
|
||||
name: Develop
|
||||
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:
|
||||
branches: [develop]
|
||||
pull_request:
|
||||
|
Loading…
Reference in New Issue
Block a user