Skip to content

Commit

Permalink
add media folder and exclude from github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Elnaril committed Dec 27, 2023
1 parent f979606 commit ecc9452
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- 'LICENSE'
- '.gitignore'
- 'coverage.json'
- 'media'
pull_request:
paths-ignore:
- '.github/**'
Expand All @@ -19,6 +20,7 @@ on:
- 'LICENSE'
- '.gitignore'
- 'coverage.json'
- 'media'

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ notes/
.tox

venv_ur_tutorial/
media/temp

0 comments on commit ecc9452

Please sign in to comment.