format on pushes only not PR's.
This commit is contained in:
parent
0e09c3f471
commit
57d0714362
|
@ -1,12 +1,7 @@
|
||||||
name: format
|
name: format
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: "**"
|
branches: "**"
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- "main"
|
|
||||||
- "develop"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stylua:
|
stylua:
|
||||||
|
|
Loading…
Reference in New Issue