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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "main"
|
- "main"
|
||||||
|
- "testing"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main, testing]
|
||||||
types: [opened, synchronize, closed]
|
types: [opened, synchronize, closed]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in a new issue