diff --git a/.github/workflows/format-json-files.yml b/.github/workflows/format-json-files.yml index b24f0414..4a442747 100644 --- a/.github/workflows/format-json-files.yml +++ b/.github/workflows/format-json-files.yml @@ -5,8 +5,6 @@ name: Format json files # Controls when the action will run. on: # Triggers the workflow on push or pull request events but only for the main branch - push: - branches: [ main ] pull_request: branches: [ main ]