fix: push トリガーから takt/** を削除し二重実行を防止
This commit is contained in:
parent
69dd871404
commit
cb3bc5e45e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user