From 139537b10f9850768257548fa832ecd058087d0d Mon Sep 17 00:00:00 2001 From: Peter Dudfield <34686298+peterdudfield@users.noreply.github.com> Date: Mon, 8 Apr 2024 16:05:25 +0530 Subject: [PATCH] Update test-and-lint.yaml --- .github/workflows/test-and-lint.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-and-lint.yaml b/.github/workflows/test-and-lint.yaml index 1cd69ac..8eb2bd2 100644 --- a/.github/workflows/test-and-lint.yaml +++ b/.github/workflows/test-and-lint.yaml @@ -2,6 +2,8 @@ name: Tests and lint on: push: + pull_request: + types: [opened, reopened] jobs: test_and_lint_forecast_inference: