Skip to content

Commit 15120fe

Browse files
committed
fix: .github/workflows/render-deploy.ymlがgit push時に自動実行するように
1 parent abb517a commit 15120fe

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/render-deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ name: Scheduled Render Deploy
33
# このワークフローがトリガーされるタイミングを指定
44
on:
55
# GitHubのUIから手動で実行できるようにする
6-
workflow_dispatch:
6+
#workflow_dispatch:
7+
#git push時に自動実行
8+
push:
9+
branches: [ main ]
710

811
jobs:
912
# デプロイを行うジョブ

0 commit comments

Comments
 (0)