From 9b0405579f947ff9af9e1b55e798d4bee9ef5c50 Mon Sep 17 00:00:00 2001 From: tim h Date: Fri, 9 Dec 2022 20:56:45 -0600 Subject: [PATCH] ...maybe this will work? look i am 100% the type to just throw things at the wall to see what sticks --- .github/workflows/autoformat.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: