CI: ignore changes to markdown files

This commit is contained in:
kekrby 2022-08-28 21:23:15 +03:00
parent 2669c2690d
commit b410a2ae0e

View file

@ -1,7 +1,12 @@
name: CI
on: [push, pull_request]
on:
push:
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
jobs:
CI:
runs-on: ubuntu-latest