diff --git a/.github/workflows/autoformat.yml b/.github/workflows/autoformat.yml index e2ed9bf..bad7bd1 100644 --- a/.github/workflows/autoformat.yml +++ b/.github/workflows/autoformat.yml @@ -1,5 +1,8 @@ name: Prettier Autoformatting on: + push: + branches: + - "main" pull_request: branches: [main] types: [opened, synchronize, closed]