We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84cec8e commit 8c4e384Copy full SHA for 8c4e384
2 files changed
.github/workflows/deploy.yml
@@ -3,8 +3,11 @@ name: Deploy on main
3
on:
4
push:
5
branches: [main]
6
+ paths-ignore:
7
+ - '**/*.md'
8
workflow_dispatch:
9
10
+
11
permissions:
12
contents: read
13
apps/api/wrangler.toml.example
@@ -8,5 +8,5 @@ enabled = true
[[d1_databases]]
binding = "DB"
database_name = "tabitabi"
-# database_id は環境変数 CLOUDFLARE_DATABASE_ID で設定
migrations_dir = "../../migrations"
0 commit comments