Skip to content

Commit

Permalink
update CI action files glob
Browse files Browse the repository at this point in the history
  • Loading branch information
rediris committed Nov 13, 2024
1 parent b268220 commit e11d97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
# Avoid using single or double quotes for multiline patterns
files: |
src/data/**.*
'src/data/**'
- name: List all changed data files
if: steps.changed-data-files.outputs.any_changed == 'true'
Expand Down

0 comments on commit e11d97f

Please sign in to comment.