1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 02:58:02 -06: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

0
.github/workflows/xmlvalidate.sh vendored Normal file → Executable file
View File

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'