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:

View File

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

View File

@@ -13,7 +13,13 @@ name: "CodeQL"
on:
push:
paths-ignore:
- 'docker-compose/**'
- 'docs/**'
- 'README.md'
pull_request:
schedule:
- cron: '44 11 * * 0'

View File

@@ -2,7 +2,13 @@ name: cppcheck
on:
push:
paths-ignore:
- 'docker-compose/**'
- 'docs/**'
- 'README.md'
pull_request:
schedule:
- cron: '57 0 * * *'

View File

@@ -10,7 +10,13 @@ name: Microsoft C++ Code Analysis
on:
push:
paths-ignore:
- 'docker-compose/**'
- 'docs/**'
- 'README.md'
pull_request:
schedule:
- cron: '40 10 * * 0'

View File

@@ -2,7 +2,13 @@ name: Sync test
on:
push:
paths-ignore:
- 'docker-compose/**'
- 'docs/**'
- 'README.md'
pull_request:
schedule:
- cron: '17 0/3 * * *'