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: - '**'