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:
|
||||
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'
|
||||
|
||||
Reference in New Issue
Block a user