Merge remote-tracking branch 'zero/main' into testing
This commit is contained in:
commit
877676cfae
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