Skip to content

Commit b70d598

Browse files
authored
MAINT: update CI to run on PR (#218)
1 parent f63761a commit b70d598

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
name: Build HTML [using jupyter-book]
2-
on: [push]
1+
name: CI - Build HTML [using jupyter-book]
2+
on:
3+
pull_request:
4+
workflow_dispatch:
35
jobs:
46
tests:
57
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)