summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-12-04 12:18:37 +0100
committerGitHub <[email protected]>2021-12-04 12:18:37 +0100
commitf89a8a5ab2939124ac31fe6e9349f9fde341912d (patch)
treea0d910e5f1e734820c9709d66a24df7e4d2a359a /.github
parentf8c35beab3687dd73854ae26b8ed1cb5c5d23ebc (diff)
cd: fix manual cd
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/manual-build.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/manual-build.yml b/.github/workflows/manual-build.yml
index 3eb4209..f2951ab 100644
--- a/.github/workflows/manual-build.yml
+++ b/.github/workflows/manual-build.yml
@@ -3,8 +3,7 @@
name: 'cd'
on:
- push:
- branches: [main]
+ workflow_dispatch:
defaults:
run:
shell: 'bash'