From a372d78ddb8789cbd3c5cfd181af73b4711eb033 Mon Sep 17 00:00:00 2001 From: James Bristow Date: Tue, 2 Apr 2024 13:58:04 +1300 Subject: [PATCH] Update validation-tests.yaml --- .github/workflows/validation-tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validation-tests.yaml b/.github/workflows/validation-tests.yaml index 6f7e4bf..558da05 100644 --- a/.github/workflows/validation-tests.yaml +++ b/.github/workflows/validation-tests.yaml @@ -2,13 +2,13 @@ name: Validation Test Plots on: push: - branches: [ "main" ] + branches: [ main ] pull_request_target: types: - opened - synchronize - reopened - branches: [ "main" ] + branches: [ main ] release: types: [ published ] workflow_dispatch: {}