From a55da1c51f2dc1ae0b4c610aed65630bbf7a7c14 Mon Sep 17 00:00:00 2001 From: tsukumi Date: Sun, 24 Nov 2024 01:35:23 +0900 Subject: [PATCH] =?UTF-8?q?Update:=20=E3=83=AA=E3=83=9D=E3=82=B8=E3=83=88?= =?UTF-8?q?=E3=83=AA=E3=81=AE=20Public=20=E5=8C=96=E3=81=AB=E4=BC=B4?= =?UTF-8?q?=E3=81=84=E3=80=81Push=20=E6=99=82=E3=81=AB=E8=87=AA=E5=8B=95?= =?UTF-8?q?=E3=81=A7=20GitHub=20Actions=20=E3=83=AF=E3=83=BC=E3=82=AF?= =?UTF-8?q?=E3=83=95=E3=83=AD=E3=83=BC=E3=81=8C=E8=B5=B0=E3=82=8B=E3=82=88?= =?UTF-8?q?=E3=81=86=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 6 +++--- .github/workflows/chromatic.yml | 6 +++--- .github/workflows/release_latest_dev.yml | 12 ++++++------ .github/workflows/test.yml | 4 ++-- .github/workflows/typos.yml | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6150ef7a..0d2eccf2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,9 +1,9 @@ name: Build on: - # push: - # branches: - # - master + push: + branches: + - master release: types: - created diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 0b092ee3..454287a6 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -7,9 +7,9 @@ name: "Chromatic" on: - # push: - # branches: - # - master + push: + branches: + - master workflow_dispatch: jobs: diff --git a/.github/workflows/release_latest_dev.yml b/.github/workflows/release_latest_dev.yml index 0e057dad..b3f528ed 100644 --- a/.github/workflows/release_latest_dev.yml +++ b/.github/workflows/release_latest_dev.yml @@ -4,12 +4,12 @@ name: Release Latest Dev Build # バージョン(タグ)は最新リリースのバージョンを`X.Y.Z`としたときの`X.Y+1.0-dev`。 on: - # push: - # branches: - # - master - # paths-ignore: - # - "docs/**" - # - "tests/**" + push: + branches: + - master + paths-ignore: + - "docs/**" + - "tests/**" workflow_dispatch: jobs: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e596ad22..e8916a91 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,7 @@ name: Test on: - # push: + push: pull_request: branches: - "**" @@ -9,7 +9,7 @@ on: env: AIVISSPEECH_ENGINE_REPO: "Aivis-Project/AivisSpeech-Engine" - AIVISSPEECH_ENGINE_VERSION: "1.0.0-preview.2" + AIVISSPEECH_ENGINE_VERSION: "1.0.0" defaults: run: diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index bf008120..ea745552 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -1,7 +1,7 @@ name: Check typos on: - # push: + push: pull_request: branches: - '**'