From 5385f70026a8896b62e273e0695d386219871598 Mon Sep 17 00:00:00 2001 From: lawrencegripper Date: Fri, 31 Jan 2025 10:57:29 +0000 Subject: [PATCH] Fix double run --- .github/workflows/validate-json-schema.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate-json-schema.yml b/.github/workflows/validate-json-schema.yml index 6ac19e202..5e4d71dfc 100644 --- a/.github/workflows/validate-json-schema.yml +++ b/.github/workflows/validate-json-schema.yml @@ -1,6 +1,12 @@ name: Validate JSON Schema -on: [push, pull_request] +on: + push: + branches: + - main + pull_request: + branches: + - main jobs: validate-json: