ci: dont build when files in core do not change (#4797)

This commit is contained in:
Evgeny 2024-08-29 13:40:55 +01:00 committed by GitHub
parent 564b137f95
commit eef1e97ecc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,12 +5,22 @@ on:
branches: branches:
- master - master
- stable - stable
- users
tags: tags:
- "v*" - "v*"
- "!*-fdroid" - "!*-fdroid"
- "!*-armv7a" - "!*-armv7a"
pull_request: pull_request:
paths-ignore:
- "apps/ios"
- "apps/multiplatform"
- "blog"
- "docs"
- "fastlane"
- "images"
- "packages"
- "website"
- "README.md"
- "PRIVACY.md"
jobs: jobs:
prepare-release: prepare-release: