From e8d5d37bc15f0e5a19248f564fba687f2d1f126f Mon Sep 17 00:00:00 2001 From: Adam Szkoda Date: Thu, 9 Jul 2020 09:23:28 +0000 Subject: [PATCH] Tune CI (#1344) `pr/*` branches now trigger CI before creating a PR to avoid submitting PR with failing tests. Details in the commit messages. --- .github/workflows/test-suite.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index f6373d1f1..3cc127455 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -6,6 +6,7 @@ on: - master - staging - trying + - 'pr/*' pull_request: jobs: