Skip to content

Commit 25c2f25

Browse files
committed
dont trigger pypi publish on changes to notebook
1 parent d30ea8d commit 25c2f25

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/PyPIPublish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
# Triggers the workflow on push or pull request events but only for the main branch
88
push:
99
branches: [ main ]
10+
paths-ignore:
11+
- '*.ipynb'
1012
pull_request:
1113
branches: [ main ]
1214

0 commit comments

Comments
 (0)