From 08f80f09e9686e766a1e383dfc642be939a41701 Mon Sep 17 00:00:00 2001 From: Steve Hill Date: Tue, 26 May 2020 07:35:27 -0700 Subject: [PATCH] Run regression alongside CI --- .github/workflows/regression.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index e8839ab4..f20b8137 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -4,11 +4,10 @@ name: Regression on: - schedule: - - cron: "37 7 * * 0" # weekly push: - paths: - - ".github/workflows/regression.yml" + branches: [ master ] + pull_request: + branches: [ master ] jobs: