diff options
author | James Woglom <j@wogloms.net> | 2022-08-29 18:30:54 -0400 |
---|---|---|
committer | James Woglom <j@wogloms.net> | 2022-08-29 18:30:54 -0400 |
commit | 2d70c2c4ce6272b17eb8893c6c98d81fdedafeba (patch) | |
tree | a2d29a57e6978674745f49b65471af043acc4730 | |
parent | update readme (diff) | |
download | metube-2d70c2c4ce6272b17eb8893c6c98d81fdedafeba.tar.gz metube-2d70c2c4ce6272b17eb8893c6c98d81fdedafeba.tar.bz2 metube-2d70c2c4ce6272b17eb8893c6c98d81fdedafeba.zip |
Allow running github actions manually
-rw-r--r-- | .github/workflows/main.yml | 1 |
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: |