mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
CI: Enable XML Validation Workflow (#1497)
This commit is contained in:
0
.github/workflows/xmlvalidate.sh
vendored
Normal file → Executable file
0
.github/workflows/xmlvalidate.sh
vendored
Normal file → Executable file
4
.github/workflows/xmlvalidate.yml
vendored
4
.github/workflows/xmlvalidate.yml
vendored
@@ -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