Ignore changes in markdown

This commit is contained in:
Hennadii Chernyshchyk 2021-10-03 11:11:36 +03:00
parent 5fec2df7a3
commit eba263a8c6
No known key found for this signature in database
GPG Key ID: 24623302B8395825

View File

@ -1,6 +1,12 @@
name: "CI: Build Test"
on: [push, pull_request]
on:
push:
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
jobs:
build: