Skip to content

Commit 5e648dc

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/render-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Scheduled Render Deploy
22

33
# このワークフローがトリガーされるタイミングを指定
44
on:
5+
push: #git push時に自動実行
6+
branches:
7+
- main
58
# GitHubのUIから手動で実行できるようにする
69
#workflow_dispatch:
7-
#git push時に自動実行
8-
push:
9-
branches: [ main ]
1010

1111
jobs:
1212
# デプロイを行うジョブ

0 commit comments

Comments
 (0)