Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Comment why end to end tests are only on the develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed Jul 14, 2021
1 parent 2917231 commit 5399929
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 5399929

Please sign in to comment.