We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30ea8d commit 25c2f25Copy full SHA for 25c2f25
1 file changed
.github/workflows/PyPIPublish.yml
@@ -7,6 +7,8 @@ on:
7
# Triggers the workflow on push or pull request events but only for the main branch
8
push:
9
branches: [ main ]
10
+ paths-ignore:
11
+ - '*.ipynb'
12
pull_request:
13
14
0 commit comments