Skip to content

Commit

Permalink
Merge pull request #1389 from veraPDF/update_arlington
Browse files Browse the repository at this point in the history
Exclude profiles from updating arlington action
  • Loading branch information
MaximPlusov authored Dec 1, 2023
2 parents f45567e + 286eb9b commit 25e2542
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/update-arlington-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ on:
push:
branches:
- integration
paths-ignore:
- 'core/src/main/resources/org/verapdf/pdfa/validation/PDFA-1A.xml'
- 'core/src/main/resources/org/verapdf/pdfa/validation/PDFA-1B.xml'
- 'core/src/main/resources/org/verapdf/pdfa/validation/PDFA-2A.xml'
- 'core/src/main/resources/org/verapdf/pdfa/validation/PDFA-2B.xml'
- 'core/src/main/resources/org/verapdf/pdfa/validation/PDFA-2U.xml'
- 'core/src/main/resources/org/verapdf/pdfa/validation/PDFA-3A.xml'
- 'core/src/main/resources/org/verapdf/pdfa/validation/PDFA-3B.xml'
- 'core/src/main/resources/org/verapdf/pdfa/validation/PDFA-3U.xml'
- 'core/src/main/resources/org/verapdf/pdfa/validation/PDFA-4.xml'
- 'core/src/main/resources/org/verapdf/pdfa/validation/PDFA-4E.xml'
- 'core/src/main/resources/org/verapdf/pdfa/validation/PDFA-4F.xml'
- 'core/src/main/resources/org/verapdf/pdfa/validation/PDFUA-1.xml'
- 'core/src/main/resources/org/verapdf/pdfa/validation/PDFUA-2.xml'

jobs:
checkout-and-build:
Expand Down

0 comments on commit 25e2542

Please sign in to comment.