Skip to content

Commit

Permalink
Update ignored paths for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Feb 27, 2024
1 parent c57629e commit 523736f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,19 @@ on:
push:
branches: [ develop, stable, nbtests ]
paths-ignore:
- '**/*.md' # ignore markdown files
- 'README.md' # ignore readme
- 'DEA_Sandbox.ipynb' # ignore landing page
- 'DEA_notebooks_template.ipynb' # ignore template
- '**/*.md' # ignore markdown files in nested folders
- '**/*.rst' # ignore restructured text files
- '.github/**' # ignore anything in .github folder
- '!.github/workflows/test_notebooks.yml' # except test_notebooks.yml
pull_request:
branches: [ develop, stable ]
paths-ignore:
- 'README.md'
- 'DEA_Sandbox.ipynb'
- 'DEA_notebooks_template.ipynb'
- '**/*.md'
- '**/*.rst'
- '.github/**'
Expand Down

0 comments on commit 523736f

Please sign in to comment.