Merge pull request #6377 from matrix-org/dbkr/comment_only_develop

Comment why end to end tests are only on the develop branch
pull/21833/head
David Baker 2021-07-14 17:23:17 +01:00 committed by GitHub
commit 603889dbb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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: