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:
Regular → Executable
@@ -2,13 +2,13 @@ name: Validate XML
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "ci" ]
|
branches: [ "master" ]
|
||||||
paths:
|
paths:
|
||||||
- 'Translations/*'
|
- 'Translations/*'
|
||||||
- 'src/Common/Language.xml'
|
- 'src/Common/Language.xml'
|
||||||
- '.github/workflows/xmlvalidate.*'
|
- '.github/workflows/xmlvalidate.*'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "ci" ]
|
branches: [ "master" ]
|
||||||
paths:
|
paths:
|
||||||
- 'Translations/*'
|
- 'Translations/*'
|
||||||
- 'src/Common/Language.xml'
|
- 'src/Common/Language.xml'
|
||||||
|
|||||||
Reference in New Issue
Block a user