Skip to content

Commit 67010a4

Browse files
committed
enable manual dispatch of workflows
1 parent 7e40ec1 commit 67010a4

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
types: [created]
66
push:
77
# all
8+
workflow_dispatch:
89

910
jobs:
1011
docker-build-and-deploy:

.github/workflows/nbval.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: nbval
22

3-
on: [push]
3+
on:
4+
push:
5+
# all
6+
workflow_dispatch:
47

58
jobs:
69
docker-build-and-nbval:

.github/workflows/stage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Book Staging
33
on:
44
pull_request:
55
branches: [ master ]
6+
workflow_dispatch:
67

78
jobs:
89
docker-build-and-stage:

0 commit comments

Comments
 (0)