diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 71a56d2f..bc2b88eb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,9 +2,9 @@ name: Continuous Integration on: push: - branches: [ master ] + branches: [ master, pp/chrome-driver-integration-failure ] pull_request: - branches: [ master ] + branches: [ master, pp/chrome-driver-integration-failure ] jobs: test: