🙈 Docs ignore for BUILD action

This commit is contained in:
ful1e5 2020-08-08 08:20:17 +05:30
parent 3a19013a6b
commit 0df635b1cd

View file

@ -3,13 +3,15 @@ name: build
on: on:
push: push:
paths-ignore: paths-ignore:
- README.md - "**.md"
- "**.bbcode"
- LICENSE - LICENSE
branches: [master, dev] branches: [master, dev]
pull_request: pull_request:
paths-ignore: paths-ignore:
- README.md - "**.md"
- "**.bbcode"
- LICENSE - LICENSE
branches: [master] branches: [master]