Skip to content

Commit

Permalink
remove requirement to run JSON Builder to pass a Pull Request
Browse files Browse the repository at this point in the history
  • Loading branch information
theevo authored May 27, 2024
1 parent d1a363a commit 9b8387e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/json-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ name: JSON Publisher
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
publish-json:
Expand All @@ -24,4 +22,4 @@ jobs:
- uses: stefanzweifel/git-auto-commit-action@v5
with:
file_pattern: 'sexagenary1924to2043.json'
commit_message: Update json
commit_message: Update json

0 comments on commit 9b8387e

Please sign in to comment.