Merge pull request #1836 from rkratky/FR-5673_specific-checks

FR-5673: exclude doc/ from CI and Snap checks.
This commit is contained in:
Dan Bungert 2023-10-12 03:12:20 -06:00 committed by GitHub
commit 2d45af573e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 2 deletions

View File

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

View File

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