ci(lint): Specify paths that trigger workflow

This commit is contained in:
Lev Vereshchagin 2021-12-05 12:42:08 +03:00
parent a48ae2d12e
commit a862329459

View file

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