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 10fff7e commit 1b28198Copy full SHA for 1b28198
.github/workflows/ci.yml
@@ -1,5 +1,7 @@
1
name: Build Project [using jupyter-book]
2
-on: [pull_request]
+on:
3
+ pull_request:
4
+ workflow_dispatch:
5
jobs:
6
preview:
7
runs-on: "runs-on=${{ github.run_id }}/family=g4dn.xlarge/image=quantecon_ubuntu2404/disk=large"
0 commit comments