1
0
mirror of https://github.com/XFox111/TabsAsideExtension.git synced 2026-04-22 07:58:01 +03:00

chore(ci): exclude locales from pr check

This commit is contained in:
2025-05-04 19:50:29 +03:00
committed by GitHub
parent f89d036ab8
commit 9c4121ea79
+3 -1
View File
@@ -5,9 +5,11 @@ on:
branches: [ "main", "next" ] branches: [ "main", "next" ]
paths-ignore: paths-ignore:
- '**.md' - '**.md'
- '**.txt'
- "locales/*"
- 'LICENSE' - 'LICENSE'
- 'PRIVACY' - 'PRIVACY'
- '**/cd_pipeline.yaml' - '**/cd_pipeline.yml'
- '**/dependabot.yml' - '**/dependabot.yml'
- '**/codeql-analysis.yml' - '**/codeql-analysis.yml'
- '**/pr_next.yaml' - '**/pr_next.yaml'