From 644c25a7df04bb00102ba30053a71ecbc7ce73b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikuro=E3=81=95=E3=81=84=E3=81=AA?= Date: Fri, 13 May 2022 19:55:07 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20=E3=83=AA=E3=83=AA=E3=83=BC=E3=82=B9=20CI?= =?UTF-8?q?=20=E3=81=AE=E5=AE=9F=E8=A1=8C=E6=9D=A1=E4=BB=B6=E3=82=92=20sch?= =?UTF-8?q?edule=20=E3=81=AB=E5=A4=89=E6=9B=B4=20(#181)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ci: Use schedule * ci: Revert to run on push tags --- .github/workflows/release.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b589387..e58a6a9c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,10 +1,16 @@ name: Release on: push: - branches: - - main tags: - "v*.*.*" + schedule: + # +---------------- minute (0 - 59) + # | +------------- hour (0 - 23) + # | | +---------- day of month (1 - 31) + # | | | +------- month (1 - 12) + # | | | | +---- day of week (0 - 6) (Sunday=0 or 7) + # | | | | | + - cron: "0 3 * * 6" # At 12:00 on Saturday (JST) jobs: release: