Skip to content

Commit

Permalink
trigger CI on changes to sample data (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Jun 25, 2023
1 parent ab09c3e commit 90d8bf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Expand Up @@ -12,6 +12,7 @@ on:
- master
paths:
# NB currently the Notebooks are not in Docker Image!
- workshop/jupyter/content/data
- workshop/jupyter/Dockerfile
- workshop/jupyter/entrypoint.sh
- workshop/jupyter/requirements.txt
Expand All @@ -20,6 +21,7 @@ on:
pull_request:
paths:
# NB currently the Notebooks are not in Docker Image!
- workshop/jupyter/content/data
- workshop/jupyter/Dockerfile
- workshop/jupyter/entrypoint.sh
- workshop/jupyter/requirements.txt
Expand Down

0 comments on commit 90d8bf3

Please sign in to comment.