Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Feb 27, 2024
1 parent 523736f commit 7422e8e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,19 @@ on:
push:
branches: [ develop, stable, nbtests ]
paths-ignore:
- '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
- '*.md' # ignore all markdown files
- '*.rst' # ignore all 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'
- '*.md'
- '*.rst'
- '.github/**'
- '!.github/workflows/test_notebooks.yml'

Expand Down

0 comments on commit 7422e8e

Please sign in to comment.