Update format.yml
This commit is contained in:
parent
828217b9da
commit
130b2bfe00
7
.github/workflows/format.yml
vendored
7
.github/workflows/format.yml
vendored
@ -2,8 +2,11 @@ name: format
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths: '**.lua'
|
branches: "**"
|
||||||
branches: [main, dev]
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- "main"
|
||||||
|
- "develop"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stylua:
|
stylua:
|
||||||
|
Loading…
Reference in New Issue
Block a user