From 38b7884b4916ebc26662017acf12666375e197c1 Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Wed, 7 Apr 2021 14:18:21 +0200 Subject: [PATCH] Updating HITL to run against PRs to master --- .github/workflows/hitl.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hitl.yml b/.github/workflows/hitl.yml index f59e8d2..b8611d4 100644 --- a/.github/workflows/hitl.yml +++ b/.github/workflows/hitl.yml @@ -1,9 +1,9 @@ name: HITL on: - push: - branches: [ hitl ] workflow_dispatch: + pull_request: + branches: [ master ] jobs: hitl: