Skip to content

Commit 31a7d68

Browse files
authored
Merge pull request #38 from ruivieira/ci-fix
Add PRs to CI triggers
2 parents 3066071 + 98ecdef commit 31a7d68

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/notebooks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
paths:
66
- '**.ipynb'
7+
pull_request:
8+
paths:
9+
- '**.ipynb'
10+
711

812
jobs:
913
test:

0 commit comments

Comments
 (0)