Skip to content

Commit

Permalink
workflow change
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroshk committed Dec 19, 2022
1 parent 035613f commit 9739ba9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/make_readme_and_index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ on:
# Triggers the workflow on push or pull request events
push:
branches: ["main"]
paths: |
"**.ipynb"
"make_readme.py"
paths:
- "**.ipynb"
- "notebook_examples/make_readme.py"
pull_request:
branches: ["main"]
paths: |
"**.ipynb"
"make_readme.py"
- "**.ipynb"
- "notebook_examples/make_readme.py"
# Allows mannual triggering
workflow_dispatch:
jobs:
Expand Down

0 comments on commit 9739ba9

Please sign in to comment.