From 63670d564fa22e1f7db36390ba38fbe9a5945557 Mon Sep 17 00:00:00 2001 From: GodD6366 Date: Wed, 10 Apr 2024 12:55:13 +0800 Subject: [PATCH] =?UTF-8?q?:wrench:=20=E4=BF=AE=E6=94=B9=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 9c00b681..5e36a228 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -10,7 +10,7 @@ on: - cron: '20 0 * * *' push: branches: - - main + - self - feature/** # Publish semver tags as releases. tags: [ 'v*.*.*' ]