...maybe this will work?
look i am 100% the type to just throw things at the wall to see what sticks
This commit is contained in:
parent
43a2677af0
commit
9b0405579f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/autoformat.yml
vendored
3
.github/workflows/autoformat.yml
vendored
|
@ -3,8 +3,9 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- "main"
|
||||
- "testing"
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [main, testing]
|
||||
types: [opened, synchronize, closed]
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue