Skip to content

Commit d76e4e3

Browse files
committed
Update workflow trigger to manual
1 parent 4165cad commit d76e4e3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/publish-dockerhub.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ name: Publish to Docker Hub
66
on:
77
workflow_dispatch:
88

9-
push:
10-
branches:
11-
# - master
9+
# Uncomment the following line to trigger the workflow for `push` events on the `master` branch
10+
# push:
11+
# branches:
12+
# - master
1213

1314
jobs:
1415
dockerhub-publish:

.github/workflows/publish-pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
name: Publish to PyPI
55

66
on:
7+
workflow_dispatch:
8+
79
# Uncomment the following line to trigger the workflow when you make "release" in the repository
810
# release:
911
# types: [created]

0 commit comments

Comments
 (0)