We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63761a commit f57c836Copy full SHA for f57c836
.github/workflows/ci.yml
@@ -1,5 +1,7 @@
1
-name: Build HTML [using jupyter-book]
2
-on: [push]
+name: CI - Build HTML [using jupyter-book]
+on:
3
+ pull_request:
4
+ workflow_dispatch:
5
jobs:
6
tests:
7
runs-on: ubuntu-latest
0 commit comments