summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoffrey Bion <joffrey.bion@gmail.com>2021-07-27 16:06:48 +0200
committerJoffrey Bion <joffrey.bion@gmail.com>2021-07-27 16:06:48 +0200
commit29f72ac61857813d82dffaeb06c0414486ba30a1 (patch)
tree2f193126ef48c978e85cb7576464e97779a8737b
parentUse ordinals for score ranks (diff)
downloadseven-wonders-29f72ac61857813d82dffaeb06c0414486ba30a1.tar.gz
seven-wonders-29f72ac61857813d82dffaeb06c0414486ba30a1.tar.bz2
seven-wonders-29f72ac61857813d82dffaeb06c0414486ba30a1.zip
Make deployment manual
-rw-r--r--.github/workflows/ci-cd.yml3
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
bgstack15