test in prod, good plan
This commit is contained in:
parent
3fd062290a
commit
b2f110bc57
1 changed files with 3 additions and 0 deletions
3
.github/workflows/autoformat.yml
vendored
3
.github/workflows/autoformat.yml
vendored
|
@ -1,5 +1,8 @@
|
||||||
name: Prettier Autoformatting
|
name: Prettier Autoformatting
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- "main"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
types: [opened, synchronize, closed]
|
types: [opened, synchronize, closed]
|
||||||
|
|
Loading…
Reference in a new issue