Updated docs

This commit is contained in:
SChernykh
2023-08-14 10:58:56 +02:00
parent 114c2cee93
commit a5896f7ae8
9 changed files with 61 additions and 20 deletions

View File

@@ -1,6 +1,13 @@
name: C/C++ CI
on: [push, pull_request]
on:
push:
paths-ignore:
- 'docker-compose/**'
- 'docs/**'
- 'README.md'
pull_request:
jobs:
build-ubuntu: