ci(lint): Specify paths that trigger workflow (#601)

This commit is contained in:
Lev
2021-12-05 12:44:34 +03:00
committed by GitHub
parent a48ae2d12e
commit 442c767338

View File

@@ -4,9 +4,13 @@ on:
push:
branches:
- main
paths:
- "*.sh"
pull_request:
branches:
- main
paths:
- "*.sh"
jobs:
lint: