From c0606f78fafc459473cd21e73435993f59f926e9 Mon Sep 17 00:00:00 2001 From: Steve Fenton <99181436+steve-fenton-octopus@users.noreply.github.com> Date: Thu, 28 Sep 2023 13:13:25 +0100 Subject: [PATCH] Convert trigger to pull request --- .github/workflows/branch-validation.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/branch-validation.yml b/.github/workflows/branch-validation.yml index d6aefc9006..8476c4b20f 100644 --- a/.github/workflows/branch-validation.yml +++ b/.github/workflows/branch-validation.yml @@ -1,11 +1,6 @@ name: Tests -on: - # Disable on push temporarily while we're doing the migration - workflow_dispatch: - push: - branches-ignore: - - master +on: pull_request # Allow this job to clone the repo permissions: