diff --git a/.github/workflows/tests:e2e.yml b/.github/workflows/tests:e2e.yml index c0c43eb..dbc729d 100644 --- a/.github/workflows/tests:e2e.yml +++ b/.github/workflows/tests:e2e.yml @@ -1,9 +1,9 @@ name: e2e tests on: push: - branches: [main, master] + branches: [main, master, develop] pull_request: - branches: [main, master] + branches: [main, master, develop] jobs: test: timeout-minutes: 60