Skip to content

Commit 8c4e384

Browse files
committed
fix: update deploy workflow to ignore markdown files and clean up wrangler.toml.example
1 parent 84cec8e commit 8c4e384

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ name: Deploy on main
33
on:
44
push:
55
branches: [main]
6+
paths-ignore:
7+
- '**/*.md'
68
workflow_dispatch:
79

10+
811
permissions:
912
contents: read
1013

apps/api/wrangler.toml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ enabled = true
88
[[d1_databases]]
99
binding = "DB"
1010
database_name = "tabitabi"
11-
# database_id は環境変数 CLOUDFLARE_DATABASE_ID で設定
11+
1212
migrations_dir = "../../migrations"

0 commit comments

Comments
 (0)