diff options
Diffstat (limited to '.github/workflows/xmlvalidate.yml')
-rw-r--r-- | .github/workflows/xmlvalidate.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/xmlvalidate.yml b/.github/workflows/xmlvalidate.yml index 66389252..951a934e 100644 --- a/.github/workflows/xmlvalidate.yml +++ b/.github/workflows/xmlvalidate.yml @@ -1,31 +1,31 @@ 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' - '.github/workflows/xmlvalidate.*' concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true jobs: validate: runs-on: ubuntu-latest timeout-minutes: 10 steps: - uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v4 with: |