Update format.yml
This commit is contained in:
9
.github/workflows/format.yml
vendored
9
.github/workflows/format.yml
vendored
@@ -1,9 +1,12 @@
|
||||
name: format
|
||||
name: format
|
||||
|
||||
on:
|
||||
push:
|
||||
paths: '**.lua'
|
||||
branches: [main, dev]
|
||||
branches: "**"
|
||||
pull_request:
|
||||
branches:
|
||||
- "main"
|
||||
- "develop"
|
||||
|
||||
jobs:
|
||||
stylua:
|
||||
|
||||
Reference in New Issue
Block a user