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 4165cad commit d76e4e3Copy full SHA for d76e4e3
.github/workflows/publish-dockerhub.yml
@@ -6,9 +6,10 @@ name: Publish to Docker Hub
6
on:
7
workflow_dispatch:
8
9
- push:
10
- branches:
11
- # - master
+# Uncomment the following line to trigger the workflow for `push` events on the `master` branch
+# push:
+# branches:
12
+# - master
13
14
jobs:
15
dockerhub-publish:
.github/workflows/publish-pypi.yml
@@ -4,6 +4,8 @@
4
name: Publish to PyPI
5
+ workflow_dispatch:
+
# Uncomment the following line to trigger the workflow when you make "release" in the repository
# release:
# types: [created]
0 commit comments