diff options
author | James Woglom <j@wogloms.net> | 2022-08-30 01:49:46 -0400 |
---|---|---|
committer | James Woglom <j@wogloms.net> | 2022-08-30 01:49:46 -0400 |
commit | 11d8cda33cd55b5c192ec02cbc1803ff2d1e5e02 (patch) | |
tree | d24a884b0498fe26c8a079ee4633b0b72e9e66c7 | |
parent | fix button rounding when CUSTOM_DIRS=false (diff) | |
download | metube-11d8cda33cd55b5c192ec02cbc1803ff2d1e5e02.tar.gz metube-11d8cda33cd55b5c192ec02cbc1803ff2d1e5e02.tar.bz2 metube-11d8cda33cd55b5c192ec02cbc1803ff2d1e5e02.zip |
Remove testing branch for CI builds
-rw-r--r-- | .github/workflows/main.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2bef689..3f7af43 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,7 +4,6 @@ on: push: branches: - 'master' - - 'custom-download-folder' jobs: dockerhub-build-push: |