Fix req workflow

release/4.3a0
Porter Zach 2025-02-16 19:52:22 -05:00 committed by GitHub
parent 854639b275
commit c55f73332d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -20,14 +20,14 @@ jobs:
steps:
- name: Check modified files
id: filter
uses: dorny/paths-filter@v2
uses: dorny/paths-filter@v3
with:
predicate-quantifier: 'every' # If any changed file matches every filter, proceed with build
filters: |
relevant_changes:
- '!**.md'
- '!**.ipynb'
- '!myst.yml'
- '**' # Match everything else
build:
# Only run build if relevant files have been modified in this PR.