Skip to content

Commit

Permalink
Fix file filter on CFF validator
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Nov 21, 2024
1 parent af1c2d9 commit af447ee
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/cff-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Validate CITATION.cff

on:
push:
paths: CITATION.cff
paths:
- CITATION.cff
- .github/workflows/cff-validator.yml
pull_request:
paths: CITATION.cff
paths:
- CITATION.cff
- .github/workflows/cff-validator.yml
workflow_dispatch:

jobs:
Expand All @@ -18,4 +22,4 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Validate CITATION.cff
uses: dieghernan/cff-validator@v3
uses: dieghernan/cff-validator@v3

0 comments on commit af447ee

Please sign in to comment.