Skip to content

Commit

Permalink
Update: リポジトリの Public 化に伴い、Push 時に自動で GitHub Actions ワークフローが走るよう変更
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Nov 23, 2024
1 parent f2f79f7 commit a55da1c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build

on:
# push:
# branches:
# - master
push:
branches:
- master
release:
types:
- created
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
name: "Chromatic"

on:
# push:
# branches:
# - master
push:
branches:
- master
workflow_dispatch:

jobs:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release_latest_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Test

on:
# push:
push:
pull_request:
branches:
- "**"
workflow_dispatch:

env:
AIVISSPEECH_ENGINE_REPO: "Aivis-Project/AivisSpeech-Engine"
AIVISSPEECH_ENGINE_VERSION: "1.0.0-preview.2"
AIVISSPEECH_ENGINE_VERSION: "1.0.0"

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typos.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Check typos

on:
# push:
push:
pull_request:
branches:
- '**'
Expand Down

0 comments on commit a55da1c

Please sign in to comment.