1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-05-22 05:40:42 -05:00

CI: Enable XML Validation Workflow (#1497)

This commit is contained in:
Jertzukka
2025-02-15 12:40:27 +02:00
committed by GitHub
parent 974a3909ec
commit 98fa395f29
2 changed files with 2 additions and 2 deletions
Regular → Executable
View File
+2 -2
View File
@@ -2,13 +2,13 @@ name: Validate XML
on:
push:
branches: [ "ci" ]
branches: [ "master" ]
paths:
- 'Translations/*'
- 'src/Common/Language.xml'
- '.github/workflows/xmlvalidate.*'
pull_request:
branches: [ "ci" ]
branches: [ "master" ]
paths:
- 'Translations/*'
- 'src/Common/Language.xml'