Update format.yml

This commit is contained in:
siduck76
2021-08-27 09:16:10 +05:30
committed by GitHub
parent 828217b9da
commit 130b2bfe00

View File

@@ -2,8 +2,11 @@ name: format
on:
push:
paths: '**.lua'
branches: [main, dev]
branches: "**"
pull_request:
branches:
- "main"
- "develop"
jobs:
stylua: