From 57a5ffdd6e500163b2d9e50621f634580690d888 Mon Sep 17 00:00:00 2001 From: Tom Robertshaw Date: Mon, 8 Jan 2024 11:25:07 +0000 Subject: [PATCH] Do not buil on push to master as the auto-deploy script already does this Keep the build on a PR targetting master --- .github/workflows/pull_request_review.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request_review.yml b/.github/workflows/pull_request_review.yml index 9a8d677fdc..9e36f8b983 100644 --- a/.github/workflows/pull_request_review.yml +++ b/.github/workflows/pull_request_review.yml @@ -6,9 +6,9 @@ name: Theme Bundling Test on: pull_request: - branches: [ master, main ] + branches: [ master, main ] push: - branches: [ master, main ] + branches-ignore: [ master, main ] jobs: build: