diff options
author | Joffrey Bion <joffrey.bion@gmail.com> | 2021-07-27 16:06:48 +0200 |
---|---|---|
committer | Joffrey Bion <joffrey.bion@gmail.com> | 2021-07-27 16:06:48 +0200 |
commit | 29f72ac61857813d82dffaeb06c0414486ba30a1 (patch) | |
tree | 2f193126ef48c978e85cb7576464e97779a8737b | |
parent | Use ordinals for score ranks (diff) | |
download | seven-wonders-29f72ac61857813d82dffaeb06c0414486ba30a1.tar.gz seven-wonders-29f72ac61857813d82dffaeb06c0414486ba30a1.tar.bz2 seven-wonders-29f72ac61857813d82dffaeb06c0414486ba30a1.zip |
Make deployment manual
-rw-r--r-- | .github/workflows/ci-cd.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 3726b8c6..98a52a7f 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -1,8 +1,7 @@ name: ci-cd on: - push: - branches: [ main ] + workflow_dispatch: {} env: DOCKERHUB_USER: hildan |