diff options
author | James Woglom <j@wogloms.net> | 2022-08-29 18:32:06 -0400 |
---|---|---|
committer | James Woglom <j@wogloms.net> | 2022-08-29 18:32:06 -0400 |
commit | 1b146d71494078afd37640806cd8b862edb4fe0a (patch) | |
tree | f2abf04c854eb940e1384a33f260f641ca8e161a | |
parent | Allow running github actions manually (diff) | |
download | metube-1b146d71494078afd37640806cd8b862edb4fe0a.tar.gz metube-1b146d71494078afd37640806cd8b862edb4fe0a.tar.bz2 metube-1b146d71494078afd37640806cd8b862edb4fe0a.zip |
support running temporarily on this branch
-rw-r--r-- | .github/workflows/main.yml | 2 |
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: |