From 9b8387eac11265a45d86ad7da52826cb61ab3438 Mon Sep 17 00:00:00 2001 From: Theo Vora Date: Sun, 26 May 2024 20:00:31 -0500 Subject: [PATCH] remove requirement to run JSON Builder to pass a Pull Request --- .github/workflows/json-builder.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/json-builder.yml b/.github/workflows/json-builder.yml index 3eb7428..6b09505 100644 --- a/.github/workflows/json-builder.yml +++ b/.github/workflows/json-builder.yml @@ -6,8 +6,6 @@ name: JSON Publisher on: push: branches: [ "main" ] - pull_request: - branches: [ "main" ] jobs: publish-json: @@ -24,4 +22,4 @@ jobs: - uses: stefanzweifel/git-auto-commit-action@v5 with: file_pattern: 'sexagenary1924to2043.json' - commit_message: Update json \ No newline at end of file + commit_message: Update json