diff --git a/.github/workflows/autoformat.yml b/.github/workflows/autoformat.yml index f2ddba0..95bb459 100644 --- a/.github/workflows/autoformat.yml +++ b/.github/workflows/autoformat.yml @@ -3,8 +3,9 @@ on: push: branches: - "main" + - "testing" pull_request: - branches: [main] + branches: [main, testing] types: [opened, synchronize, closed] jobs: