Skip to content

Commit

Permalink
update filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
carusooo committed Aug 23, 2024
1 parent 600f89e commit ebf0c97
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
name: Changed Files
uses: tj-actions/changed-files@v45
with:
# Avoid using single or double quotes for multiline patterns
files: |
**.mdx
files_yaml: |
doc:
- '**.mdx'
- docs/**
- name: List all changed files
env:
ALL_CHANGED_FILES: ${{ steps.changed_files.outputs.all_changed_files }}
Expand Down

0 comments on commit ebf0c97

Please sign in to comment.