aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJames Woglom <j@wogloms.net>2022-08-29 18:30:54 -0400
committerJames Woglom <j@wogloms.net>2022-08-29 18:30:54 -0400
commit2d70c2c4ce6272b17eb8893c6c98d81fdedafeba (patch)
treea2d29a57e6978674745f49b65471af043acc4730 /.github
parentupdate readme (diff)
downloadmetube-2d70c2c4ce6272b17eb8893c6c98d81fdedafeba.tar.gz
metube-2d70c2c4ce6272b17eb8893c6c98d81fdedafeba.tar.bz2
metube-2d70c2c4ce6272b17eb8893c6c98d81fdedafeba.zip
Allow running github actions manually
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 3f7af43..d43ef5e 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -4,6 +4,7 @@ on:
push:
branches:
- 'master'
+ workflow_dispatch:
jobs:
dockerhub-build-push:
bgstack15