fix: push トリガーから takt/** を削除し二重実行を防止

This commit is contained in:
nrs 2026-03-04 20:28:45 +09:00
parent 69dd871404
commit cb3bc5e45e

View File

@ -5,7 +5,7 @@ on:
branches: [main] branches: [main]
types: [opened, synchronize, ready_for_review] types: [opened, synchronize, ready_for_review]
push: push:
branches: [main, "takt/**"] branches: [main]
workflow_dispatch: workflow_dispatch:
concurrency: concurrency: