ci.yml: ignore CI for i18n resources

Updated CI workflow to ignore i18n resource changes on pull requests.
This commit is contained in:
Sergey Ponomarev
2026-07-01 01:19:42 +03:00
committed by GitHub
parent bf35151fbb
commit 9e173cc8dc

View File

@ -1,6 +1,11 @@
name: CI
on: [push, pull_request]
on:
push:
pull_request:
paths-ignore:
- '**/resources/i18n/**'
jobs:
build: