Skip to content

Commit

Permalink
update: GitHub Actionsのトリガーをコメントアウトし、crowdin.ymlの出力パスを修正
Browse files Browse the repository at this point in the history
Hiroshiba committed Jan 5, 2025

Verified

This commit was signed with the committer’s verified signature.
1 parent 5e9a259 commit 2c21870
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Test

on:
push:
pull_request:
# push:
# pull_request:
# TODO: 後で戻す
workflow_dispatch:

jobs:
2 changes: 1 addition & 1 deletion crowdin.yml
Original file line number Diff line number Diff line change
@@ -6,5 +6,5 @@ preserve_hierarchy: true

files:
- source: "jp/**/*"
dest: "voicevox_blog/%original_file_name%"
translation: "%two_letters_code%/**/%original_file_name%"
dest: "voicevox_blog/%two_letters_code%/%original_file_name%"

0 comments on commit 2c21870

Please sign in to comment.