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 7e40ec1 commit 67010a4Copy full SHA for 67010a4
.github/workflows/deploy.yml
@@ -5,6 +5,7 @@ on:
5
types: [created]
6
push:
7
# all
8
+ workflow_dispatch:
9
10
jobs:
11
docker-build-and-deploy:
.github/workflows/nbval.yml
@@ -1,6 +1,9 @@
1
name: nbval
2
3
-on: [push]
+on:
4
+ push:
+ # all
docker-build-and-nbval:
.github/workflows/stage.yml
@@ -3,6 +3,7 @@ name: Book Staging
on:
pull_request:
branches: [ master ]
docker-build-and-stage:
0 commit comments