FR-5673: exclude doc/ from CI and Snap checks.

This commit is contained in:
Robert Krátký 2023-10-11 19:35:07 +02:00
parent 8eddf7fc5a
commit 9f36439c6d
2 changed files with 14 additions and 2 deletions

View File

@ -1,6 +1,12 @@
name: CI
on: [push, pull_request]
on:
push:
paths-ignore:
- 'doc/**'
pull_request:
paths-ignore:
- 'doc/**'
jobs:
test:

View File

@ -1,6 +1,12 @@
name: Snap
on: [push, pull_request]
on:
push:
paths-ignore:
- 'doc/**'
pull_request:
paths-ignore:
- 'doc/**'
jobs:
snap-build: