Skip to content

Commit dd904f7

Browse files
committed
Add workflow_dispatch to workflows
1 parent dee620d commit dd904f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- master
7-
7+
workflow_dispatch:
88
jobs:
99
publish:
1010
name: Publish

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches: [ master ]
99
pull_request:
1010
branches: [ master ]
11-
11+
workflow_dispatch:
1212
jobs:
1313
build:
1414

0 commit comments

Comments
 (0)