From 354da6ea6b408c4b6f6ec6e0d6178031ca0607db Mon Sep 17 00:00:00 2001 From: t0ng7u Date: Sat, 31 Jan 2026 13:19:26 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20ci:=20Change=20workflow=20trigge?= =?UTF-8?q?r=20to=20sub=20branch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the Docker image workflow to run on pushes to the sub branch instead of main. --- .github/workflows/docker-image-t0ngyu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image-t0ngyu.yml b/.github/workflows/docker-image-t0ngyu.yml index 611854bd1..05a056bd3 100644 --- a/.github/workflows/docker-image-t0ngyu.yml +++ b/.github/workflows/docker-image-t0ngyu.yml @@ -3,7 +3,7 @@ name: Publish Docker image to Docker Hub (t0ngyu/new-api-sub) on: push: branches: - - main + - sub workflow_dispatch: inputs: name: