Skip to content

Commit

Permalink
CI: Enable XML Validation Workflow (#1497)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jertzukka authored Feb 15, 2025
1 parent 974a390 commit 98fa395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file modified .github/workflows/xmlvalidate.sh
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions .github/workflows/xmlvalidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 98fa395

Please sign in to comment.