From 46c9774efa22fdf4157fcf35a9757cfb7221cea3 Mon Sep 17 00:00:00 2001 From: whyour Date: Tue, 7 Feb 2023 21:52:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_docker_image.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build_docker_image.yml b/.github/workflows/build_docker_image.yml index ba5e19fc..11028963 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -3,15 +3,12 @@ name: Build And Push Docker Image on: push: branches: - - 'master' - 'develop' tags: - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 schedule: # 参考 https://jasonet.co/posts/scheduled-actions/ - # note: 这里是GMT时间,北京时间减去八小时即可。如北京时间 22:30 => GMT 14:30 - # minute hour day month dayOfWeek - - cron: '00 14 * * *' # GMT 14:00 => 北京时间 22:00 + - cron: '00 14 * * *' # GMT 15:00 => 北京时间 23:00 workflow_dispatch: jobs: