aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Woglom <j@wogloms.net>2022-08-30 01:49:46 -0400
committerJames Woglom <j@wogloms.net>2022-08-30 01:49:46 -0400
commit11d8cda33cd55b5c192ec02cbc1803ff2d1e5e02 (patch)
treed24a884b0498fe26c8a079ee4633b0b72e9e66c7
parentfix button rounding when CUSTOM_DIRS=false (diff)
downloadmetube-11d8cda33cd55b5c192ec02cbc1803ff2d1e5e02.tar.gz
metube-11d8cda33cd55b5c192ec02cbc1803ff2d1e5e02.tar.bz2
metube-11d8cda33cd55b5c192ec02cbc1803ff2d1e5e02.zip
Remove testing branch for CI builds
-rw-r--r--.github/workflows/main.yml1
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:
bgstack15