From fadc678ac3703c1bc3b4fb8d0d9ccedd305cd836 Mon Sep 17 00:00:00 2001 From: Chris Plaatjes Date: Mon, 20 Mar 2023 20:01:52 -0400 Subject: [PATCH] Fixed pipeline trigger --- .gitea/workflows/build.yml | 5 ++--- README.md | 2 -- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 5b2796e..b212555 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -1,8 +1,7 @@ +# .gitea/workflows/build.yaml name: Publish Docker image -on: - release: - types: [published] +on: [push] jobs: push_to_registry: diff --git a/README.md b/README.md index ccc74d5..85a49ae 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -[![Build Status](https://ci.kizaing.ca/api/badges/kizaing/TeleTok/status.svg)](https://ci.kizaing.ca/kizaing/TeleTok) - # TeleTok Telegram Bot This bot will monitor any chats for TikTok links that are posted, and then will run the link through a [ProxiTok](https://github.com/pablouser1/ProxiTok) instance to generate a download link. The resulting video file will then get directly uploaded directly to your chat.