summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-08-24 02:00:26 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-08-24 02:00:26 -0400
commit17f84423308ee2fe30520e3952b4f41acc1d49c4 (patch)
tree7e1495f3f5abd1a627b40c5848ae50e6a4d44035 /.github
parentdcbd542dee4e31e8fc30a51b8734d6cb838f1755 (diff)
ci: Add manual workflow dispatch for GitHub Actions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index bd9a45ad..d012238f 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -1,6 +1,7 @@
name: Update Packages
on:
+ workflow_dispatch:
release:
types: [published]