aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJames Woglom <j@wogloms.net>2022-08-29 18:32:06 -0400
committerJames Woglom <j@wogloms.net>2022-08-29 18:32:06 -0400
commit1b146d71494078afd37640806cd8b862edb4fe0a (patch)
treef2abf04c854eb940e1384a33f260f641ca8e161a /.github
parentAllow running github actions manually (diff)
downloadmetube-1b146d71494078afd37640806cd8b862edb4fe0a.tar.gz
metube-1b146d71494078afd37640806cd8b862edb4fe0a.tar.bz2
metube-1b146d71494078afd37640806cd8b862edb4fe0a.zip
support running temporarily on this branch
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index d43ef5e..2bef689 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -4,7 +4,7 @@ on:
push:
branches:
- 'master'
- workflow_dispatch:
+ - 'custom-download-folder'
jobs:
dockerhub-build-push:
bgstack15